Html Css Color HEX #163790 Egyptian Blue

📋 copy color: '#163790'

red 22 ◦ green 55 ◦ blue 144

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

Shades of Egyptian Blue #163790

Tints of Egyptian Blue #163790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 9.95%
G = 24.89%
B = 65.16%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#163790 (or 0x163790) is known color: Egyptian Blue. HEX triplet: 16, 37 and 90. RGB value is (22,55,144). Sum of RGB (Red+Green+Blue) = 22+55+144=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #163790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163790 is #E9C86F. Grayscale: #363636. Windows color (decimal): -15321200 or 9451286. OLE color: 9451286.

HSL color Cylindrical-coordinate representation of color #163790: hue angle of 223.77º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163790 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 55 144 -
CMYK 0.85 0.62 0 0.44
HSL 223.77º 0.73% 0.33% -
HSV(B) 223.77º 0.85% 0.56% -
XYZ 6.73 4.92 26.98 -
YUV 55.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 22 55 144 0.85 0.62 0 0.44 223.77 0.73 0.33
Hex 16 37 90 55 3E 0 2C E0 49 21
Octal 26 67 220 125 76 0 54 340 111 41
Binary 10110 110111 10010000 1010101 111110 0 101100 11100000 1001001 100001

Color Harmonies of #163790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163790

Black with #163790

Text Example


Text Example

White with #163790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163790; }

 p { color: rgb(22,55,144); }

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

background-color css

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

 a { background-color: rgb(22,55,144); }

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

border-color css

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

 span { border-color: rgb(22,55,144); }

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