#12429A

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

Shades of Egyptian Blue #12429A

Tints of Egyptian Blue #12429A

Color information

#12429A (or 0x12429A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 42 and 9A. RGB value is (18,66,154). Sum of RGB (Red+Green+Blue) = 18+66+154=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #12429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12429A is #EDBD65. Grayscale: #3D3D3D. Windows color (decimal): -15580518 or 10109458. OLE color: 10109458.

HSL color Cylindrical-coordinate representation of color #12429A: hue angle of 218.82º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12429A is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1866154-
CMYK0.880.5700.40
HSL218.82º79.07%33.73%-
HSV(B)218.82º88.31%60.39%-
XYZ8.036.3631.38-
YUV61.68180.196.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=7.56%
G=27.73%
B=64.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18661540.880.5700.40218.8279.0733.73
Hex12429A5839028db4f22
Octal221022321307105033311742
Binary1001010000101001101010110001110010101000110110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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