Html Css Color HEX #163992 Egyptian Blue

📋 copy color: '#163992'

red 22 ◦ green 57 ◦ blue 146

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

Shades of Egyptian Blue #163992

Tints of Egyptian Blue #163992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

 BLUE value IS 146 (57.42% from 255) = 64.89%

R = 9.78%
G = 25.33%
B = 64.89%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#163992 (or 0x163992) is known color: Egyptian Blue. HEX triplet: 16, 39 and 92. RGB value is (22,57,146). Sum of RGB (Red+Green+Blue) = 22+57+146=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #163992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163992 is #E9C66D. Grayscale: #383838. Windows color (decimal): -15320686 or 9582870. OLE color: 9582870.

HSL color Cylindrical-coordinate representation of color #163992: hue angle of 223.06º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163992 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 57 146 -
CMYK 0.85 0.61 0 0.43
HSL 223.06º 0.74% 0.33% -
HSV(B) 223.06º 0.85% 0.57% -
XYZ 6.98 5.17 27.82 -
YUV 56.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 22 57 146 0.85 0.61 0 0.43 223.06 0.74 0.33
Hex 16 39 92 55 3D 0 2B DF 4A 21
Octal 26 71 222 125 75 0 53 337 112 41
Binary 10110 111001 10010010 1010101 111101 0 101011 11011111 1001010 100001

Color Harmonies of #163992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163992

Black with #163992

Text Example


Text Example

White with #163992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163992; }

 p { color: rgb(22,57,146); }

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

background-color css

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

 a { background-color: rgb(22,57,146); }

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

border-color css

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

 span { border-color: rgb(22,57,146); }

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