Html Css Color HEX #16429C Egyptian Blue

📋 copy color: '#16429C'

red 22 ◦ green 66 ◦ blue 156

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

Shades of Egyptian Blue #16429C

Tints of Egyptian Blue #16429C

RGB

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

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

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

R = 9.02%
G = 27.05%
B = 63.93%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16429C (or 0x16429C) is known color: Egyptian Blue. HEX triplet: 16, 42 and 9C. RGB value is (22,66,156). Sum of RGB (Red+Green+Blue) = 22+66+156=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #16429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16429C is #E9BD63. Grayscale: #3E3E3E. Windows color (decimal): -15318372 or 10240534. OLE color: 10240534.

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

Color convert

RGB 22 66 156 -
CMYK 0.86 0.58 0 0.39
HSL 220.3º 0.75% 0.35% -
HSV(B) 220.3º 0.86% 0.61% -
XYZ 8.28 6.47 32.26 -
YUV 63.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 22 66 156 0.86 0.58 0 0.39 220.3 0.75 0.35
Hex 16 42 9C 56 3A 0 27 DC 4B 23
Octal 26 102 234 126 72 0 47 334 113 43
Binary 10110 1000010 10011100 1010110 111010 0 100111 11011100 1001011 100011

Color Harmonies of #16429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16429C

Black with #16429C

Text Example


Text Example

White with #16429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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