Html Css Color HEX #16219C Egyptian Blue

📋 copy color: '#16219C'

red 22 ◦ green 33 ◦ blue 156

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

Shades of Egyptian Blue #16219C

Tints of Egyptian Blue #16219C

RGB

 RED value IS 22 (8.98% from 255) = 10.43%

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 10.43%
G = 15.64%
B = 73.93%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16219C (or 0x16219C) is known color: Egyptian Blue. HEX triplet: 16, 21 and 9C. RGB value is (22,33,156). Sum of RGB (Red+Green+Blue) = 22+33+156=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #16219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16219C is #E9DE63. Grayscale: #2B2B2B. Windows color (decimal): -15326820 or 10232086. OLE color: 10232086.

HSL color Cylindrical-coordinate representation of color #16219C: hue angle of 235.07º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16219C is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 33 156 -
CMYK 0.86 0.79 0 0.39
HSL 235.07º 0.75% 0.35% -
HSV(B) 235.07º 0.86% 0.61% -
XYZ 6.88 3.66 31.8 -
YUV 43.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 22 33 156 0.86 0.79 0 0.39 235.07 0.75 0.35
Hex 16 21 9C 56 4F 0 27 EB 4B 23
Octal 26 41 234 126 117 0 47 353 113 43
Binary 10110 100001 10011100 1010110 1001111 0 100111 11101011 1001011 100011

Color Harmonies of #16219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16219C

Black with #16219C

Text Example


Text Example

White with #16219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,33,156); }

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

background-color css

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

 a { background-color: rgb(22,33,156); }

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

border-color css

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

 span { border-color: rgb(22,33,156); }

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