#0F429F

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

Shades of Egyptian Blue #0F429F

Tints of Egyptian Blue #0F429F

Color information

#0F429F (or 0x0F429F) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 42 and 9F. RGB value is (15,66,159). Sum of RGB (Red+Green+Blue) = 15+66+159=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F429F is #F0BD60. Grayscale: #3C3C3C. Windows color (decimal): -15777121 or 10437135. OLE color: 10437135.

HSL color Cylindrical-coordinate representation of color #0F429F: hue angle of 218.75º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F429F is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1566159-
CMYK0.910.5800.38
HSL218.75º82.76%34.12%-
HSV(B)218.75º90.57%62.35%-
XYZ8.46.533.61-
YUV61.35183.194.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 159 (62.5% from 255) = 66.25%
R=6.25%
G=27.5%
B=66.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15661590.910.5800.38218.7582.7634.12
HexF429F5B3A026db5322
Octal171022371337204633312342
Binary111110000101001111110110111110100100110110110111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,159); }

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

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

 a { background-color: rgb(15,66,159); }

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

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

 span { border-color: rgb(15,66,159); }

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