#12249d

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

Shades of Egyptian Blue #12249D

Tints of Egyptian Blue #12249D

Color information

#12249D (or 0x12249D) is unknown color: approx Egyptian Blue. HEX triplet: 12, 24 and 9D. RGB value is (18,36,157). Sum of RGB (Red+Green+Blue) = 18+36+157=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #12249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12249D is #EDDB62. Grayscale: #2B2B2B. Windows color (decimal): -15588195 or 10298386. OLE color: 10298386.

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

Color convert

RGB1836157-
CMYK0.890.7700.38
HSL232.23º79.43%34.31%-
HSV(B)232.23º88.54%61.57%-
XYZ6.973.8232.27-
YUV44.41191.54109.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=8.53%
G=17.06%
B=74.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18361570.890.7700.38232.2379.4334.31
Hex12249D594D026e84f22
Octal224423513111504635011742
Binary1001010010010011101101100110011010100110111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12249d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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