Html Css Color HEX #163895 Egyptian Blue

📋 copy color: '#163895'

red 22 ◦ green 56 ◦ blue 149

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

Shades of Egyptian Blue #163895

Tints of Egyptian Blue #163895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 9.69%
G = 24.67%
B = 65.64%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163895 (or 0x163895) is known color: Egyptian Blue. HEX triplet: 16, 38 and 95. RGB value is (22,56,149). Sum of RGB (Red+Green+Blue) = 22+56+149=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #163895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163895 is #E9C76A. Grayscale: #383838. Windows color (decimal): -15320939 or 9779222. OLE color: 9779222.

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

Color convert

RGB 22 56 149 -
CMYK 0.85 0.62 0 0.42
HSL 223.94º 0.74% 0.34% -
HSV(B) 223.94º 0.85% 0.58% -
XYZ 7.17 5.17 29.05 -
YUV 56.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 22 56 149 0.85 0.62 0 0.42 223.94 0.74 0.34
Hex 16 38 95 55 3E 0 2A E0 4A 22
Octal 26 70 225 125 76 0 52 340 112 42
Binary 10110 111000 10010101 1010101 111110 0 101010 11100000 1001010 100010

Color Harmonies of #163895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163895

Black with #163895

Text Example


Text Example

White with #163895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163895; }

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

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

background-color css

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

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

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

border-color css

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

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

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