Html Css Color HEX #163493 Egyptian Blue

📋 copy color: '#163493'

red 22 ◦ green 52 ◦ blue 147

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

Shades of Egyptian Blue #163493

Tints of Egyptian Blue #163493

RGB

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

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

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

R = 9.95%
G = 23.53%
B = 66.52%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163493 (or 0x163493) is known color: Egyptian Blue. HEX triplet: 16, 34 and 93. RGB value is (22,52,147). Sum of RGB (Red+Green+Blue) = 22+52+147=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #163493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163493 is #E9CB6C. Grayscale: #353535. Windows color (decimal): -15321965 or 9647126. OLE color: 9647126.

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

Color convert

RGB 22 52 147 -
CMYK 0.85 0.65 0 0.42
HSL 225.6º 0.74% 0.33% -
HSV(B) 225.6º 0.85% 0.58% -
XYZ 6.83 4.73 28.16 -
YUV 53.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 22 52 147 0.85 0.65 0 0.42 225.6 0.74 0.33
Hex 16 34 93 55 41 0 2A E2 4A 21
Octal 26 64 223 125 101 0 52 342 112 41
Binary 10110 110100 10010011 1010101 1000001 0 101010 11100010 1001010 100001

Color Harmonies of #163493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163493

Black with #163493

Text Example


Text Example

White with #163493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163493; }

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

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

background-color css

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

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

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

border-color css

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

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

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