Html Css Color HEX #12449D Egyptian Blue

📋 copy color: '#12449D'

red 18 ◦ green 68 ◦ blue 157

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

Shades of Egyptian Blue #12449D

Tints of Egyptian Blue #12449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 7.41%
G = 27.98%
B = 64.61%

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

#12449D (or 0x12449D) is known color: Egyptian Blue. HEX triplet: 12, 44 and 9D. RGB value is (18,68,157). Sum of RGB (Red+Green+Blue) = 18+68+157=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #12449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12449D is #EDBB62. Grayscale: #3E3E3E. Windows color (decimal): -15580003 or 10306578. OLE color: 10306578.

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

Color convert

RGB 18 68 157 -
CMYK 0.89 0.57 0 0.38
HSL 218.42º 0.79% 0.34% -
HSV(B) 218.42º 0.89% 0.62% -
XYZ 8.4 6.7 32.75 -
YUV 63.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 18 68 157 0.89 0.57 0 0.38 218.42 0.79 0.34
Hex 12 44 9D 59 39 0 26 DA 4F 22
Octal 22 104 235 131 71 0 46 332 117 42
Binary 10010 1000100 10011101 1011001 111001 0 100110 11011010 1001111 100010

Color Harmonies of #12449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12449D

Black with #12449D

Text Example


Text Example

White with #12449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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