#12429B

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

Shades of Egyptian Blue #12429B

Tints of Egyptian Blue #12429B

Color information

#12429B (or 0x12429B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 42 and 9B. RGB value is (18,66,155). Sum of RGB (Red+Green+Blue) = 18+66+155=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #12429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12429B is #EDBD64. Grayscale: #3D3D3D. Windows color (decimal): -15580517 or 10174994. OLE color: 10174994.

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

Color convert

RGB1866155-
CMYK0.880.5700.39
HSL218.98º79.19%33.92%-
HSV(B)218.98º88.39%60.78%-
XYZ8.116.3931.82-
YUV61.79180.696.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=7.53%
G=27.62%
B=64.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18661550.880.5700.39218.9879.1933.92
Hex12429B5839027db4f22
Octal221022331307104733311742
Binary1001010000101001101110110001110010100111110110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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