Html Css Color HEX #163390 Egyptian Blue

📋 copy color: '#163390'

red 22 ◦ green 51 ◦ blue 144

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

Shades of Egyptian Blue #163390

Tints of Egyptian Blue #163390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 10.14%
G = 23.5%
B = 66.36%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#163390 (or 0x163390) is known color: Egyptian Blue. HEX triplet: 16, 33 and 90. RGB value is (22,51,144). Sum of RGB (Red+Green+Blue) = 22+51+144=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #163390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163390 is #E9CC6F. Grayscale: #343434. Windows color (decimal): -15322224 or 9450262. OLE color: 9450262.

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

Color convert

RGB 22 51 144 -
CMYK 0.85 0.65 0 0.44
HSL 225.74º 0.73% 0.33% -
HSV(B) 225.74º 0.85% 0.56% -
XYZ 6.55 4.55 26.92 -
YUV 52.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 22 51 144 0.85 0.65 0 0.44 225.74 0.73 0.33
Hex 16 33 90 55 41 0 2C E2 49 21
Octal 26 63 220 125 101 0 54 342 111 41
Binary 10110 110011 10010000 1010101 1000001 0 101100 11100010 1001001 100001

Color Harmonies of #163390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163390

Black with #163390

Text Example


Text Example

White with #163390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163390; }

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

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

background-color css

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

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

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

border-color css

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

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

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