#0F19AD

Color #0F19AD Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0F19AD

Tints of Egyptian Blue #0F19AD

Color information

#0F19AD (or 0x0F19AD) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 19 and AD. RGB value is (15,25,173). Sum of RGB (Red+Green+Blue) = 15+25+173=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F19AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F19AD is #F0E652. Grayscale: #262626. Windows color (decimal): -15787603 or 11344143. OLE color: 11344143.

HSL color Cylindrical-coordinate representation of color #0F19AD: hue angle of 236.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F19AD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1525173-
CMYK0.910.8600.32
HSL236.2º84.04%36.86%-
HSV(B)236.2º91.33%67.84%-
XYZ8.093.8139.85-
YUV38.88203.69110.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 173 (67.97% from 255) = 81.22%
R=7.04%
G=11.74%
B=81.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15251730.910.8600.32236.284.0436.86
HexF19AD5B56020ec5425
Octal173125513312604035412445
Binary11111100110101101101101110101100100000111011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F19AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F19AD; }

 p { color: rgb(15,25,173); }

 H1.HeaderClassName
 {
   color: #0F19AD;
 }
 .AnyTagClassName
 {
   color: #0F19AD;
 }
</style>
background-color css

<style>
 a { background-color: #0F19AD; }

 a { background-color: rgb(15,25,173); }

 div.DivClassName
 {
   background-color: #0F19AD;
 }
 .BgClassName
 {
   background-color: #0F19AD;
 }
</style>
border-color css

<style>
 span { border-color: #0F19AD; }

 span { border-color: rgb(15,25,173); }

 td.TdClassName
 {
   border-color: #0F19AD;
 }
 .TagClassName
 {
   border-color: #0F19AD;
 }
</style>