#12249B

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

Shades of Egyptian Blue #12249B

Tints of Egyptian Blue #12249B

Color information

#12249B (or 0x12249B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and 9B. RGB value is (18,36,155). Sum of RGB (Red+Green+Blue) = 18+36+155=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #12249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12249B is #EDDB64. Grayscale: #2B2B2B. Windows color (decimal): -15588197 or 10167314. OLE color: 10167314.

HSL color Cylindrical-coordinate representation of color #12249B: hue angle of 232.12º 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 #12249B is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1836155-
CMYK0.880.7700.39
HSL232.12º79.19%33.92%-
HSV(B)232.12º88.39%60.78%-
XYZ6.83.7631.38-
YUV44.18190.54109.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 155 (60.94% from 255) = 74.16%
R=8.61%
G=17.22%
B=74.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18361550.880.7700.39232.1279.1933.92
Hex12249B584D027e84f22
Octal224423313011504735011742
Binary1001010010010011011101100010011010100111111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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