Html Css Color HEX #12209D Egyptian Blue

📋 copy color: '#12209D'

red 18 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #12209D

Tints of Egyptian Blue #12209D

RGB

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

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

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

R = 8.7%
G = 15.46%
B = 75.85%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12209D (or 0x12209D) is known color: Egyptian Blue. HEX triplet: 12, 20 and 9D. RGB value is (18,32,157). Sum of RGB (Red+Green+Blue) = 18+32+157=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #12209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12209D is #EDDF62. Grayscale: #292929. Windows color (decimal): -15589219 or 10297362. OLE color: 10297362.

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

Color convert

RGB 18 32 157 -
CMYK 0.89 0.80 0 0.38
HSL 233.96º 0.79% 0.34% -
HSV(B) 233.96º 0.89% 0.62% -
XYZ 6.85 3.6 32.23 -
YUV 42.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 18 32 157 0.89 0.80 0 0.38 233.96 0.79 0.34
Hex 12 20 9D 59 50 0 26 EA 4F 22
Octal 22 40 235 131 120 0 46 352 117 42
Binary 10010 100000 10011101 1011001 1010000 0 100110 11101010 1001111 100010

Color Harmonies of #12209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12209D

Black with #12209D

Text Example


Text Example

White with #12209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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