Html Css Color HEX #12229C Egyptian Blue

📋 copy color: '#12229C'

red 18 ◦ green 34 ◦ blue 156

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

Shades of Egyptian Blue #12229C

Tints of Egyptian Blue #12229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 8.65%
G = 16.35%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12229C (or 0x12229C) is known color: Egyptian Blue. HEX triplet: 12, 22 and 9C. RGB value is (18,34,156). Sum of RGB (Red+Green+Blue) = 18+34+156=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #12229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229C is #EDDD63. Grayscale: #2A2A2A. Windows color (decimal): -15588708 or 10232338. OLE color: 10232338.

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

Color convert

RGB 18 34 156 -
CMYK 0.88 0.78 0 0.39
HSL 233.04º 0.79% 0.34% -
HSV(B) 233.04º 0.88% 0.61% -
XYZ 6.82 3.67 31.8 -
YUV 43.12 191.7 110.08 -
System Red Green Blue C M Y K H S L
Decimal 18 34 156 0.88 0.78 0 0.39 233.04 0.79 0.34
Hex 12 22 9C 58 4E 0 27 E9 4F 22
Octal 22 42 234 130 116 0 47 351 117 42
Binary 10010 100010 10011100 1011000 1001110 0 100111 11101001 1001111 100010

Color Harmonies of #12229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12229C

Black with #12229C

Text Example


Text Example

White with #12229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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