Html Css Color HEX #12209C Egyptian Blue

📋 copy color: '#12209C'

red 18 ◦ green 32 ◦ blue 156

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

Shades of Egyptian Blue #12209C

Tints of Egyptian Blue #12209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 156 (61.33% from 255) = 75.73%

R = 8.74%
G = 15.53%
B = 75.73%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12209C (or 0x12209C) is known color: Egyptian Blue. HEX triplet: 12, 20 and 9C. RGB value is (18,32,156). Sum of RGB (Red+Green+Blue) = 18+32+156=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #12209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12209C is #EDDF63. Grayscale: #292929. Windows color (decimal): -15589220 or 10231826. OLE color: 10231826.

HSL color Cylindrical-coordinate representation of color #12209C: hue angle of 233.91º 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 #12209C is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 32 156 -
CMYK 0.88 0.79 0 0.39
HSL 233.91º 0.79% 0.34% -
HSV(B) 233.91º 0.88% 0.61% -
XYZ 6.77 3.56 31.78 -
YUV 41.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 18 32 156 0.88 0.79 0 0.39 233.91 0.79 0.34
Hex 12 20 9C 58 4F 0 27 EA 4F 22
Octal 22 40 234 130 117 0 47 352 117 42
Binary 10010 100000 10011100 1011000 1001111 0 100111 11101010 1001111 100010

Color Harmonies of #12209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12209C

Black with #12209C

Text Example


Text Example

White with #12209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12209C; }

 p { color: rgb(18,32,156); }

 H1.HeaderClassName
 {
   color: #12209C;
 }
 .AnyTagClassName
 {
   color: #12209C;
 }
</style>

background-color css

<style>
 a { background-color: #12209C; }

 a { background-color: rgb(18,32,156); }

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

border-color css

<style>
 span { border-color: #12209C; }

 span { border-color: rgb(18,32,156); }

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