Html Css Color HEX #16489D Egyptian Blue

📋 copy color: '#16489D'

red 22 ◦ green 72 ◦ blue 157

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

Shades of Egyptian Blue #16489D

Tints of Egyptian Blue #16489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 8.76%
G = 28.69%
B = 62.55%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16489D (or 0x16489D) is known color: Egyptian Blue. HEX triplet: 16, 48 and 9D. RGB value is (22,72,157). Sum of RGB (Red+Green+Blue) = 22+72+157=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #16489D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16489D is #E9B762. Grayscale: #424242. Windows color (decimal): -15316835 or 10307606. OLE color: 10307606.

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

Color convert

RGB 22 72 157 -
CMYK 0.86 0.54 0 0.38
HSL 217.78º 0.75% 0.35% -
HSV(B) 217.78º 0.86% 0.62% -
XYZ 8.73 7.24 32.84 -
YUV 66.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 22 72 157 0.86 0.54 0 0.38 217.78 0.75 0.35
Hex 16 48 9D 56 36 0 26 DA 4B 23
Octal 26 110 235 126 66 0 46 332 113 43
Binary 10110 1001000 10011101 1010110 110110 0 100110 11011010 1001011 100011

Color Harmonies of #16489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16489D

Black with #16489D

Text Example


Text Example

White with #16489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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