Html Css Color HEX #12249B Egyptian Blue

📋 copy color: '#12249B'

red 18 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #12249B

Tints of Egyptian Blue #12249B

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 value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12249B (or 0x12249B) is known color: 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

RGB 18 36 155 -
CMYK 0.88 0.77 0 0.39
HSL 232.12º 0.79% 0.34% -
HSV(B) 232.12º 0.88% 0.61% -
XYZ 6.8 3.76 31.38 -
YUV 44.18 190.54 109.32 -
System Red Green Blue C M Y K H S L
Decimal 18 36 155 0.88 0.77 0 0.39 232.12 0.79 0.34
Hex 12 24 9B 58 4D 0 27 E8 4F 22
Octal 22 44 233 130 115 0 47 350 117 42
Binary 10010 100100 10011011 1011000 1001101 0 100111 11101000 1001111 100010

Color Harmonies of #12249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12249B

Black with #12249B

Text Example


Text Example

White with #12249B

Text Example


Text Example

HTML Codes & Css Web 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>