Html Css Color HEX #12449F Egyptian Blue

📋 copy color: '#12449F'

red 18 ◦ green 68 ◦ blue 159

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

Shades of Egyptian Blue #12449F

Tints of Egyptian Blue #12449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 7.35%
G = 27.76%
B = 64.9%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12449F (or 0x12449F) is known color: Egyptian Blue. HEX triplet: 12, 44 and 9F. RGB value is (18,68,159). Sum of RGB (Red+Green+Blue) = 18+68+159=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #12449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12449F is #EDBB60. Grayscale: #3F3F3F. Windows color (decimal): -15580001 or 10437650. OLE color: 10437650.

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

Color convert

RGB 18 68 159 -
CMYK 0.89 0.57 0 0.38
HSL 218.72º 0.8% 0.35% -
HSV(B) 218.72º 0.89% 0.62% -
XYZ 8.57 6.77 33.65 -
YUV 63.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 18 68 159 0.89 0.57 0 0.38 218.72 0.8 0.35
Hex 12 44 9F 59 39 0 26 DB 50 23
Octal 22 104 237 131 71 0 46 333 120 43
Binary 10010 1000100 10011111 1011001 111001 0 100110 11011011 1010000 100011

Color Harmonies of #12449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12449F

Black with #12449F

Text Example


Text Example

White with #12449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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