Html Css Color HEX #16409B Egyptian Blue

📋 copy color: '#16409B'

red 22 ◦ green 64 ◦ blue 155

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

Shades of Egyptian Blue #16409B

Tints of Egyptian Blue #16409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 9.13%
G = 26.56%
B = 64.32%

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

#16409B (or 0x16409B) is known color: Egyptian Blue. HEX triplet: 16, 40 and 9B. RGB value is (22,64,155). Sum of RGB (Red+Green+Blue) = 22+64+155=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #16409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16409B is #E9BF64. Grayscale: #3D3D3D. Windows color (decimal): -15318885 or 10174486. OLE color: 10174486.

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

Color convert

RGB 22 64 155 -
CMYK 0.86 0.59 0 0.39
HSL 221.05º 0.75% 0.35% -
HSV(B) 221.05º 0.86% 0.61% -
XYZ 8.08 6.2 31.78 -
YUV 61.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 22 64 155 0.86 0.59 0 0.39 221.05 0.75 0.35
Hex 16 40 9B 56 3B 0 27 DD 4B 23
Octal 26 100 233 126 73 0 47 335 113 43
Binary 10110 1000000 10011011 1010110 111011 0 100111 11011101 1001011 100011

Color Harmonies of #16409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16409B

Black with #16409B

Text Example


Text Example

White with #16409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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