Html Css Color HEX #16419D Egyptian Blue

📋 copy color: '#16419D'

red 22 ◦ green 65 ◦ blue 157

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

Shades of Egyptian Blue #16419D

Tints of Egyptian Blue #16419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 9.02%
G = 26.64%
B = 64.34%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16419D (or 0x16419D) is known color: Egyptian Blue. HEX triplet: 16, 41 and 9D. RGB value is (22,65,157). Sum of RGB (Red+Green+Blue) = 22+65+157=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #16419D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16419D is #E9BE62. Grayscale: #3E3E3E. Windows color (decimal): -15318627 or 10305814. OLE color: 10305814.

HSL color Cylindrical-coordinate representation of color #16419D: hue angle of 220.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16419D is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 65 157 -
CMYK 0.86 0.59 0 0.38
HSL 220.89º 0.75% 0.35% -
HSV(B) 220.89º 0.86% 0.62% -
XYZ 8.31 6.39 32.69 -
YUV 62.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 22 65 157 0.86 0.59 0 0.38 220.89 0.75 0.35
Hex 16 41 9D 56 3B 0 26 DD 4B 23
Octal 26 101 235 126 73 0 46 335 113 43
Binary 10110 1000001 10011101 1010110 111011 0 100110 11011101 1001011 100011

Color Harmonies of #16419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16419D

Black with #16419D

Text Example


Text Example

White with #16419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,65,157); }

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

background-color css

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

 a { background-color: rgb(22,65,157); }

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

border-color css

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

 span { border-color: rgb(22,65,157); }

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