#12429D

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

Shades of Egyptian Blue #12429D

Tints of Egyptian Blue #12429D

Color information

#12429D (or 0x12429D) is unknown color: approx Egyptian Blue. HEX triplet: 12, 42 and 9D. RGB value is (18,66,157). Sum of RGB (Red+Green+Blue) = 18+66+157=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #12429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12429D is #EDBD62. Grayscale: #3D3D3D. Windows color (decimal): -15580515 or 10306066. OLE color: 10306066.

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

Color convert

RGB1866157-
CMYK0.890.5800.38
HSL219.28º79.43%34.31%-
HSV(B)219.28º88.54%61.57%-
XYZ8.286.4632.71-
YUV62.02181.696.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=7.47%
G=27.39%
B=65.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18661570.890.5800.38219.2879.4334.31
Hex12429D593A026db4f22
Octal221022351317204633311742
Binary1001010000101001110110110011110100100110110110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12429D; }

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

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

<style>
 a { background-color: #12429D; }

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

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

<style>
 span { border-color: #12429D; }

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

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