Html Css Color HEX #163197 Egyptian Blue

📋 copy color: '#163197'

red 22 ◦ green 49 ◦ blue 151

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

Shades of Egyptian Blue #163197

Tints of Egyptian Blue #163197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 151 (59.38% from 255) = 68.02%

R = 9.91%
G = 22.07%
B = 68.02%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163197 (or 0x163197) is known color: Egyptian Blue. HEX triplet: 16, 31 and 97. RGB value is (22,49,151). Sum of RGB (Red+Green+Blue) = 22+49+151=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #163197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163197 is #E9CE68. Grayscale: #343434. Windows color (decimal): -15322729 or 9908502. OLE color: 9908502.

HSL color Cylindrical-coordinate representation of color #163197: hue angle of 227.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163197 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 49 151 -
CMYK 0.85 0.68 0 0.41
HSL 227.44º 0.75% 0.34% -
HSV(B) 227.44º 0.85% 0.59% -
XYZ 7.02 4.6 29.8 -
YUV 52.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 22 49 151 0.85 0.68 0 0.41 227.44 0.75 0.34
Hex 16 31 97 55 44 0 29 E3 4B 22
Octal 26 61 227 125 104 0 51 343 113 42
Binary 10110 110001 10010111 1010101 1000100 0 101001 11100011 1001011 100010

Color Harmonies of #163197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163197

Black with #163197

Text Example


Text Example

White with #163197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163197; }

 p { color: rgb(22,49,151); }

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

background-color css

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

 a { background-color: rgb(22,49,151); }

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

border-color css

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

 span { border-color: rgb(22,49,151); }

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