Html Css Color HEX #163590 Egyptian Blue

📋 copy color: '#163590'

red 22 ◦ green 53 ◦ blue 144

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

Shades of Egyptian Blue #163590

Tints of Egyptian Blue #163590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 10.05%
G = 24.2%
B = 65.75%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#163590 (or 0x163590) is known color: Egyptian Blue. HEX triplet: 16, 35 and 90. RGB value is (22,53,144). Sum of RGB (Red+Green+Blue) = 22+53+144=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #163590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163590 is #E9CA6F. Grayscale: #353535. Windows color (decimal): -15321712 or 9450774. OLE color: 9450774.

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

Color convert

RGB 22 53 144 -
CMYK 0.85 0.63 0 0.44
HSL 224.75º 0.73% 0.33% -
HSV(B) 224.75º 0.85% 0.56% -
XYZ 6.64 4.73 26.95 -
YUV 54.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 22 53 144 0.85 0.63 0 0.44 224.75 0.73 0.33
Hex 16 35 90 55 3F 0 2C E1 49 21
Octal 26 65 220 125 77 0 54 341 111 41
Binary 10110 110101 10010000 1010101 111111 0 101100 11100001 1001001 100001

Color Harmonies of #163590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163590

Black with #163590

Text Example


Text Example

White with #163590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163590; }

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

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

background-color css

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

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

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

border-color css

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

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

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