Html Css Color HEX #163497 Egyptian Blue

📋 copy color: '#163497'

red 22 ◦ green 52 ◦ blue 151

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

Shades of Egyptian Blue #163497

Tints of Egyptian Blue #163497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 9.78%
G = 23.11%
B = 67.11%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163497 (or 0x163497) is known color: Egyptian Blue. HEX triplet: 16, 34 and 97. RGB value is (22,52,151). Sum of RGB (Red+Green+Blue) = 22+52+151=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #163497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163497 is #E9CB68. Grayscale: #353535. Windows color (decimal): -15321961 or 9909270. OLE color: 9909270.

HSL color Cylindrical-coordinate representation of color #163497: hue angle of 226.05º 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 #163497 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 52 151 -
CMYK 0.85 0.66 0 0.41
HSL 226.05º 0.75% 0.34% -
HSV(B) 226.05º 0.85% 0.59% -
XYZ 7.14 4.86 29.84 -
YUV 54.32 182.56 104.95 -
System Red Green Blue C M Y K H S L
Decimal 22 52 151 0.85 0.66 0 0.41 226.05 0.75 0.34
Hex 16 34 97 55 42 0 29 E2 4B 22
Octal 26 64 227 125 102 0 51 342 113 42
Binary 10110 110100 10010111 1010101 1000010 0 101001 11100010 1001011 100010

Color Harmonies of #163497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163497

Black with #163497

Text Example


Text Example

White with #163497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163497; }

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

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

background-color css

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

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

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

border-color css

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

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

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