COLOR #0F03E1

HEX: #0F03E1 RGB: (15,3,225)

Color info

#0F03E1 contains mainly blue color. Web safe color of #0F03E1 is #0000CC (or #00C).

RGB color model

#0F03E1 color RGB value is (15,3,225).

RGB: (15,3,225) (6%, 1%, 88%)

RGB channels and saturation

R 15 of 255 = 6%
G 3 of 255 = 1%
B 225 of 255 = 88%

15
3
225

R + G + B ~ 32%. #0F03E1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 3 + 225 = 243 (100%)
R 15 of 243 ~ 6.17%
G 3 of 243 ~ 1.23%
B 225 of 243 ~ 92.59'%

%92.59

CMYK color model

#0F03E1 color CMYK value is (93,99,0,12).

  • cyan value is 93.33%
  • magenta value is 98.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (93,99,0,12)
C93M99Y0K12 (93%, 99%, 0%, 12%)
(0.93 / 0.99 / 0.00 / 0.12)

CMYK percentages

%93.33
%98.67
%0
%11.76

Codes

Color #0F03E1 in popluar color models

0F 03 E1
RGB 15 3 225
HSL 243° 97.37% 44.71%
HSB/HSV 243° 98.67% 88.24%
CMYK 93.33% 98.67% 0.00%
11.76%

Color #0F03E1 in popluar number systems.

HEX 0F 03 E1
Decimal 15 3 225
Binary 1111 11 11100001
Octal 17 3 341

Shades and tints

Shades of #0F03E1

#0F03E1
(15,3,225)
#0E03CD
(14,3,205)
#0D03B9
(13,3,185)
#0C03A5
(12,3,165)
#0B0391
(11,3,145)
#0A037D
(10,3,125)
#090369
(9,3,105)
#080355
(8,3,85)
#070341
(7,3,65)
#06032D
(6,3,45)
#050319
(5,3,25)
#000000
(0,0,0)

Tints of #0F03E1

#0F03E1
(15,3,225)
#2419E3
(36,25,227)
#392FE5
(57,47,229)
#4E45E7
(78,69,231)
#635BE9
(99,91,233)
#7871EB
(120,113,235)
#8D87ED
(141,135,237)
#A29DEF
(162,157,239)
#B7B3F1
(183,179,241)
#CCC9F3
(204,201,243)
#E1DFF5
(225,223,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F03E1 color. Also use rgb(15,3,225) instead hex code.

Text Font Color

.myTextColor { color: #0F03E1; }

<p style="color:#0F03E1">This sample text font color is #0F03E1.</p>

This text font color is #0F03E1.

Background Color

.myBgColor { background-color: #0F03E1; }

<div style="background-color:#0F03E1">Inner text</div>

This div background color is #0F03E1.

Border color

.myBorderColor { border: 1px solid #0F03E1; }

<div style="border:3px solid #0F03E1">Div</div>

This div border color is #0F03E1.

Opacity

.myOpacity80 { color: #0F03E1; opacity: 0.8; }

<p style="color:#0F03E1;opacity:0.8;">80%</p>

Text with #0F03E1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F03E1;}

<p style="text-shadow: 3px 3px 1px #0F03E1">Text here.</p>

This text has shadow with #0F03E1 color.


.textShadow {text-shadow: 3px 3px 1px #0F03E1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F03E1, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F03E1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F03E1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F03E1, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F03E1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F03E1;
-webkit-box-shadow: 1px 1px 3px 2px #0F03E1;
box-shadow: 1px 1px 3px 2px #0F03E1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F03E1; -webkit-box-shadow: 1px 1px 3px 2px #0F03E1; box-shadow:1px 1px 3px 2px #0F03E1;">
Div content here
</div>

This div box has shadow with color #0F03E1.

Preview

Color preview on black background

This text has color #0F03E1 on black background.


Color preview on white background

This text has color #0F03E1 on white background.


Black color preview on #0F03E1 background

This text has black color on #0F03E1 background.


White color preview on #0F03E1 background

This text has white color on #0F03E1 background.


Related colors

Complementary color

Complementary color for #hex is #F0FC1E.


I love getcolorcode.com

Triadic colors

1 #E10F03 and #03E10F with #0F03E1 are triadic colors.

2 #E1030F and #030FE1 with #0F03E1 are triadic colors.