Html Css Color HEX #163490 Egyptian Blue

📋 copy color: '#163490'

red 22 ◦ green 52 ◦ blue 144

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

Shades of Egyptian Blue #163490

Tints of Egyptian Blue #163490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 10.09%
G = 23.85%
B = 66.06%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#163490 (or 0x163490) is known color: Egyptian Blue. HEX triplet: 16, 34 and 90. RGB value is (22,52,144). Sum of RGB (Red+Green+Blue) = 22+52+144=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #163490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163490 is #E9CB6F. Grayscale: #353535. Windows color (decimal): -15321968 or 9450518. OLE color: 9450518.

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

Color convert

RGB 22 52 144 -
CMYK 0.85 0.64 0 0.44
HSL 225.25º 0.73% 0.33% -
HSV(B) 225.25º 0.85% 0.56% -
XYZ 6.59 4.64 26.93 -
YUV 53.52 179.06 105.52 -
System Red Green Blue C M Y K H S L
Decimal 22 52 144 0.85 0.64 0 0.44 225.25 0.73 0.33
Hex 16 34 90 55 40 0 2C E1 49 21
Octal 26 64 220 125 100 0 54 341 111 41
Binary 10110 110100 10010000 1010101 1000000 0 101100 11100001 1001001 100001

Color Harmonies of #163490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163490

Black with #163490

Text Example


Text Example

White with #163490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163490; }

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

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

background-color css

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

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

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

border-color css

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

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

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