Html Css Color HEX #163594 Egyptian Blue

📋 copy color: '#163594'

red 22 ◦ green 53 ◦ blue 148

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

Shades of Egyptian Blue #163594

Tints of Egyptian Blue #163594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.37%

R = 9.87%
G = 23.77%
B = 66.37%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#163594 (or 0x163594) is known color: Egyptian Blue. HEX triplet: 16, 35 and 94. RGB value is (22,53,148). Sum of RGB (Red+Green+Blue) = 22+53+148=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #163594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163594 is #E9CA6B. Grayscale: #363636. Windows color (decimal): -15321708 or 9712918. OLE color: 9712918.

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

Color convert

RGB 22 53 148 -
CMYK 0.85 0.64 0 0.42
HSL 225.24º 0.74% 0.33% -
HSV(B) 225.24º 0.85% 0.58% -
XYZ 6.95 4.85 28.59 -
YUV 54.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 22 53 148 0.85 0.64 0 0.42 225.24 0.74 0.33
Hex 16 35 94 55 40 0 2A E1 4A 21
Octal 26 65 224 125 100 0 52 341 112 41
Binary 10110 110101 10010100 1010101 1000000 0 101010 11100001 1001010 100001

Color Harmonies of #163594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163594

Black with #163594

Text Example


Text Example

White with #163594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163594; }

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

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

background-color css

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

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

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

border-color css

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

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

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