Html Css Color HEX #16429D Egyptian Blue

📋 copy color: '#16429D'

red 22 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #16429D

Tints of Egyptian Blue #16429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 8.98%
G = 26.94%
B = 64.08%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16429D (or 0x16429D) is known color: Egyptian Blue. HEX triplet: 16, 42 and 9D. RGB value is (22,66,157). Sum of RGB (Red+Green+Blue) = 22+66+157=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #16429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16429D is #E9BD62. Grayscale: #3E3E3E. Windows color (decimal): -15318371 or 10306070. OLE color: 10306070.

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

Color convert

RGB 22 66 157 -
CMYK 0.86 0.58 0 0.38
HSL 220.44º 0.75% 0.35% -
HSV(B) 220.44º 0.86% 0.62% -
XYZ 8.36 6.5 32.71 -
YUV 63.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 22 66 157 0.86 0.58 0 0.38 220.44 0.75 0.35
Hex 16 42 9D 56 3A 0 26 DC 4B 23
Octal 26 102 235 126 72 0 46 334 113 43
Binary 10110 1000010 10011101 1010110 111010 0 100110 11011100 1001011 100011

Color Harmonies of #16429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16429D

Black with #16429D

Text Example


Text Example

White with #16429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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