COLOR #0F19E6

HEX: #0F19E6
RGB: (15,25,230)

Color info

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

RGB color model

#0F19E6 color RGB value is (15,25,230).

  • red value is 15;
  • green value is 25;
  • blue value is 230.
RGB:
(15,25,230)
(6%,10%,90%)

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 230 of 255 = 90%

15
25
230

R + G + B ~ 35%. #0F19E6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 230 = 270 (100%)
R 15 of 270 ~ 5.56%
G 25 of 270 ~ 9.26%
B 230 of 270 ~ 85.19%

%85.19

CMYK color model

#0F19E6 color CMYK value is (93,89,0,10).

  • cyan value is 93.48%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(93,89,0,10)
C93M89Y0K10 
(93%,89%,0%,10%)
(0.93/0.89/0.00/0.10)	

CMYK percentages

%93.48
%89.13
%0
%9.8

Codes

Color #0F19E6 in popluar color models

0F19E6
RGB1525230
HSL237°87.76%48.04%
HSB/HSV237°93.48%90.20%
CMYK93.48%89.13%0.00%
9.80%

Color #0F19E6 in popluar number systems.

HEX0F19E6
Decimal1525230
Binary11111100111100110
Octal1731346

Shades and tints

Shades of #0F19E6

#0F19E6
(15,25,230)
#0E17D2
(14,23,210)
#0D15BE
(13,21,190)
#0C13AA
(12,19,170)
#0B1196
(11,17,150)
#0A0F82
(10,15,130)
#090D6E
(9,13,110)
#080B5A
(8,11,90)
#070946
(7,9,70)
#060732
(6,7,50)
#05051E
(5,5,30)
#000000
(0,0,0)

Tints of #0F19E6

#0F19E6
(15,25,230)
#242DE8
(36,45,232)
#3941EA
(57,65,234)
#4E55EC
(78,85,236)
#6369EE
(99,105,238)
#787DF0
(120,125,240)
#8D91F2
(141,145,242)
#A2A5F4
(162,165,244)
#B7B9F6
(183,185,246)
#CCCDF8
(204,205,248)
#E1E1FA
(225,225,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F19E6 color. Also use rgb(15,25,230) instead hex code.

Text Font Color

.myTextColor { color: #0F19E6; }

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

This text font color is #0F19E6.


Background Color

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

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

This div background color is #0F19E6.


Border color

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

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

This div border color is #0F19E6.


Opacity

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

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

Text with #0F19E6 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 #0F19E6;}

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

This text has shadow with #0F19E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F19E6 on black background.


Color preview on white background

This text has color #0F19E6 on white background.



Black color preview on #0F19E6 background

This text has black color on #0F19E6 background.


White color preview on #0F19E6 background

This text has white color on #0F19E6 background.