Html Css Color HEX #163297 Egyptian Blue

📋 copy color: '#163297'

red 22 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #163297

Tints of Egyptian Blue #163297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

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

R = 9.87%
G = 22.42%
B = 67.71%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163297 (or 0x163297) is known color: Egyptian Blue. HEX triplet: 16, 32 and 97. RGB value is (22,50,151). Sum of RGB (Red+Green+Blue) = 22+50+151=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #163297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163297 is #E9CD68. Grayscale: #343434. Windows color (decimal): -15322473 or 9908758. OLE color: 9908758.

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

Color convert

RGB 22 50 151 -
CMYK 0.85 0.67 0 0.41
HSL 226.98º 0.75% 0.34% -
HSV(B) 226.98º 0.85% 0.59% -
XYZ 7.06 4.69 29.81 -
YUV 53.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 22 50 151 0.85 0.67 0 0.41 226.98 0.75 0.34
Hex 16 32 97 55 43 0 29 E3 4B 22
Octal 26 62 227 125 103 0 51 343 113 42
Binary 10110 110010 10010111 1010101 1000011 0 101001 11100011 1001011 100010

Color Harmonies of #163297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163297

Black with #163297

Text Example


Text Example

White with #163297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163297; }

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

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

background-color css

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

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

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

border-color css

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

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

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