Html Css Color HEX #16449B Egyptian Blue

📋 copy color: '#16449B'

red 22 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #16449B

Tints of Egyptian Blue #16449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 8.98%
G = 27.76%
B = 63.27%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16449B (or 0x16449B) is known color: Egyptian Blue. HEX triplet: 16, 44 and 9B. RGB value is (22,68,155). Sum of RGB (Red+Green+Blue) = 22+68+155=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #16449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16449B is #E9BB64. Grayscale: #3F3F3F. Windows color (decimal): -15317861 or 10175510. OLE color: 10175510.

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

Color convert

RGB 22 68 155 -
CMYK 0.86 0.56 0 0.39
HSL 219.25º 0.75% 0.35% -
HSV(B) 219.25º 0.86% 0.61% -
XYZ 8.31 6.67 31.86 -
YUV 64.16 179.26 97.93 -
System Red Green Blue C M Y K H S L
Decimal 22 68 155 0.86 0.56 0 0.39 219.25 0.75 0.35
Hex 16 44 9B 56 38 0 27 DB 4B 23
Octal 26 104 233 126 70 0 47 333 113 43
Binary 10110 1000100 10011011 1010110 111000 0 100111 11011011 1001011 100011

Color Harmonies of #16449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16449B

Black with #16449B

Text Example


Text Example

White with #16449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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