Html Css Color HEX #163296 Egyptian Blue

📋 copy color: '#163296'

red 22 ◦ green 50 ◦ blue 150

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

Shades of Egyptian Blue #163296

Tints of Egyptian Blue #163296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 9.91%
G = 22.52%
B = 67.57%

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

#163296 (or 0x163296) is known color: Egyptian Blue. HEX triplet: 16, 32 and 96. RGB value is (22,50,150). Sum of RGB (Red+Green+Blue) = 22+50+150=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #163296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163296 is #E9CD69. Grayscale: #343434. Windows color (decimal): -15322474 or 9843222. OLE color: 9843222.

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

Color convert

RGB 22 50 150 -
CMYK 0.85 0.67 0 0.41
HSL 226.88º 0.74% 0.34% -
HSV(B) 226.88º 0.85% 0.59% -
XYZ 6.98 4.65 29.38 -
YUV 53.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 22 50 150 0.85 0.67 0 0.41 226.88 0.74 0.34
Hex 16 32 96 55 43 0 29 E3 4A 22
Octal 26 62 226 125 103 0 51 343 112 42
Binary 10110 110010 10010110 1010101 1000011 0 101001 11100011 1001010 100010

Color Harmonies of #163296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163296

Black with #163296

Text Example


Text Example

White with #163296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163296; }

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

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

background-color css

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

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

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

border-color css

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

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

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