Html Css Color HEX #163295 Egyptian Blue

📋 copy color: '#163295'

red 22 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #163295

Tints of Egyptian Blue #163295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 9.95%
G = 22.62%
B = 67.42%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163295 (or 0x163295) is known color: Egyptian Blue. HEX triplet: 16, 32 and 95. RGB value is (22,50,149). Sum of RGB (Red+Green+Blue) = 22+50+149=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #163295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163295 is #E9CD6A. Grayscale: #343434. Windows color (decimal): -15322475 or 9777686. OLE color: 9777686.

HSL color Cylindrical-coordinate representation of color #163295: hue angle of 226.77º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163295 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 50 149 -
CMYK 0.85 0.66 0 0.42
HSL 226.77º 0.74% 0.34% -
HSV(B) 226.77º 0.85% 0.58% -
XYZ 6.9 4.62 28.96 -
YUV 52.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 22 50 149 0.85 0.66 0 0.42 226.77 0.74 0.34
Hex 16 32 95 55 42 0 2A E3 4A 22
Octal 26 62 225 125 102 0 52 343 112 42
Binary 10110 110010 10010101 1010101 1000010 0 101010 11100011 1001010 100010

Color Harmonies of #163295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163295

Black with #163295

Text Example


Text Example

White with #163295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163295; }

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

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

background-color css

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

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

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

border-color css

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

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

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