Html Css Color HEX #12249F Egyptian Blue

📋 copy color: '#12249F'

red 18 ◦ green 36 ◦ blue 159

#12249F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #12249F

Tints of Egyptian Blue #12249F

RGB

 RED value IS 18 (7.42% from 255) = 8.45%

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 8.45%
G = 16.9%
B = 74.65%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12249F (or 0x12249F) is known color: Egyptian Blue. HEX triplet: 12, 24 and 9F. RGB value is (18,36,159). Sum of RGB (Red+Green+Blue) = 18+36+159=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #12249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12249F is #EDDB60. Grayscale: #2C2C2C. Windows color (decimal): -15588193 or 10429458. OLE color: 10429458.

HSL color Cylindrical-coordinate representation of color #12249F: hue angle of 232.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12249F is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 36 159 -
CMYK 0.89 0.77 0 0.38
HSL 232.34º 0.8% 0.35% -
HSV(B) 232.34º 0.89% 0.62% -
XYZ 7.14 3.89 33.18 -
YUV 44.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 18 36 159 0.89 0.77 0 0.38 232.34 0.8 0.35
Hex 12 24 9F 59 4D 0 26 E8 50 23
Octal 22 44 237 131 115 0 46 350 120 43
Binary 10010 100100 10011111 1011001 1001101 0 100110 11101000 1010000 100011

Color Harmonies of #12249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12249F

Black with #12249F

Text Example


Text Example

White with #12249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12249F;
 }
 .AnyTagClassName
 {
   color: #12249F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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