Html Css Color HEX #16499B Egyptian Blue

📋 copy color: '#16499B'

red 22 ◦ green 73 ◦ blue 155

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

Shades of Egyptian Blue #16499B

Tints of Egyptian Blue #16499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 8.8%
G = 29.2%
B = 62%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16499B (or 0x16499B) is known color: Egyptian Blue. HEX triplet: 16, 49 and 9B. RGB value is (22,73,155). Sum of RGB (Red+Green+Blue) = 22+73+155=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #16499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16499B is #E9B664. Grayscale: #424242. Windows color (decimal): -15316581 or 10176790. OLE color: 10176790.

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

Color convert

RGB 22 73 155 -
CMYK 0.86 0.53 0 0.39
HSL 216.99º 0.75% 0.35% -
HSV(B) 216.99º 0.86% 0.61% -
XYZ 8.63 7.3 31.96 -
YUV 67.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 22 73 155 0.86 0.53 0 0.39 216.99 0.75 0.35
Hex 16 49 9B 56 35 0 27 D9 4B 23
Octal 26 111 233 126 65 0 47 331 113 43
Binary 10110 1001001 10011011 1010110 110101 0 100111 11011001 1001011 100011

Color Harmonies of #16499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16499B

Black with #16499B

Text Example


Text Example

White with #16499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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