#0D429D

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

Shades of Egyptian Blue #0D429D

Tints of Egyptian Blue #0D429D

Color information

#0D429D (or 0x0D429D) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 42 and 9D. RGB value is (13,66,157). Sum of RGB (Red+Green+Blue) = 13+66+157=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D429D is #F2BD62. Grayscale: #3C3C3C. Windows color (decimal): -15908195 or 10306061. OLE color: 10306061.

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

Color convert

RGB1366157-
CMYK0.920.5800.38
HSL217.92º84.71%33.33%-
HSV(B)217.92º91.72%61.57%-
XYZ8.26.4232.7-
YUV60.53182.4494.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=5.51%
G=27.97%
B=66.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13661570.920.5800.38217.9284.7133.33
HexD429D5C3A026da5521
Octal151022351347204633212541
Binary110110000101001110110111001110100100110110110101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,157); }

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

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

 a { background-color: rgb(13,66,157); }

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

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

 span { border-color: rgb(13,66,157); }

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