Html Css Color HEX #16409C Egyptian Blue

📋 copy color: '#16409C'

red 22 ◦ green 64 ◦ blue 156

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

Shades of Egyptian Blue #16409C

Tints of Egyptian Blue #16409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 9.09%
G = 26.45%
B = 64.46%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16409C (or 0x16409C) is known color: Egyptian Blue. HEX triplet: 16, 40 and 9C. RGB value is (22,64,156). Sum of RGB (Red+Green+Blue) = 22+64+156=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #16409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16409C is #E9BF63. Grayscale: #3D3D3D. Windows color (decimal): -15318884 or 10240022. OLE color: 10240022.

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

Color convert

RGB 22 64 156 -
CMYK 0.86 0.59 0 0.39
HSL 221.19º 0.75% 0.35% -
HSV(B) 221.19º 0.86% 0.61% -
XYZ 8.17 6.24 32.23 -
YUV 61.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 22 64 156 0.86 0.59 0 0.39 221.19 0.75 0.35
Hex 16 40 9C 56 3B 0 27 DD 4B 23
Octal 26 100 234 126 73 0 47 335 113 43
Binary 10110 1000000 10011100 1010110 111011 0 100111 11011101 1001011 100011

Color Harmonies of #16409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16409C

Black with #16409C

Text Example


Text Example

White with #16409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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