Html Css Color HEX #163993 Egyptian Blue

📋 copy color: '#163993'

red 22 ◦ green 57 ◦ blue 147

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

Shades of Egyptian Blue #163993

Tints of Egyptian Blue #163993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.04%

R = 9.73%
G = 25.22%
B = 65.04%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163993 (or 0x163993) is known color: Egyptian Blue. HEX triplet: 16, 39 and 93. RGB value is (22,57,147). Sum of RGB (Red+Green+Blue) = 22+57+147=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #163993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163993 is #E9C66C. Grayscale: #383838. Windows color (decimal): -15320685 or 9648406. OLE color: 9648406.

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

Color convert

RGB 22 57 147 -
CMYK 0.85 0.61 0 0.42
HSL 223.2º 0.74% 0.33% -
HSV(B) 223.2º 0.85% 0.58% -
XYZ 7.06 5.2 28.24 -
YUV 56.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 22 57 147 0.85 0.61 0 0.42 223.2 0.74 0.33
Hex 16 39 93 55 3D 0 2A DF 4A 21
Octal 26 71 223 125 75 0 52 337 112 41
Binary 10110 111001 10010011 1010101 111101 0 101010 11011111 1001010 100001

Color Harmonies of #163993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163993

Black with #163993

Text Example


Text Example

White with #163993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163993; }

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

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

background-color css

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

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

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

border-color css

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

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

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