Html Css Color HEX #163195 Egyptian Blue

📋 copy color: '#163195'

red 22 ◦ green 49 ◦ blue 149

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

Shades of Egyptian Blue #163195

Tints of Egyptian Blue #163195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

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

R = 10%
G = 22.27%
B = 67.73%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163195 (or 0x163195) is known color: Egyptian Blue. HEX triplet: 16, 31 and 95. RGB value is (22,49,149). Sum of RGB (Red+Green+Blue) = 22+49+149=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #163195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163195 is #E9CE6A. Grayscale: #333333. Windows color (decimal): -15322731 or 9777430. OLE color: 9777430.

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

Color convert

RGB 22 49 149 -
CMYK 0.85 0.67 0 0.42
HSL 227.24º 0.74% 0.34% -
HSV(B) 227.24º 0.85% 0.58% -
XYZ 6.85 4.54 28.95 -
YUV 52.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 22 49 149 0.85 0.67 0 0.42 227.24 0.74 0.34
Hex 16 31 95 55 43 0 2A E3 4A 22
Octal 26 61 225 125 103 0 52 343 112 42
Binary 10110 110001 10010101 1010101 1000011 0 101010 11100011 1001010 100010

Color Harmonies of #163195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163195

Black with #163195

Text Example


Text Example

White with #163195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163195; }

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

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

background-color css

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

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

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

border-color css

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

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

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