Html Css Color HEX #163696 Egyptian Blue

📋 copy color: '#163696'

red 22 ◦ green 54 ◦ blue 150

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

Shades of Egyptian Blue #163696

Tints of Egyptian Blue #163696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 9.73%
G = 23.89%
B = 66.37%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163696 (or 0x163696) is known color: Egyptian Blue. HEX triplet: 16, 36 and 96. RGB value is (22,54,150). Sum of RGB (Red+Green+Blue) = 22+54+150=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #163696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163696 is #E9C969. Grayscale: #363636. Windows color (decimal): -15321450 or 9844246. OLE color: 9844246.

HSL color Cylindrical-coordinate representation of color #163696: hue angle of 225º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163696 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 54 150 -
CMYK 0.85 0.64 0 0.41
HSL 225º 0.74% 0.34% -
HSV(B) 225º 0.85% 0.59% -
XYZ 7.16 5.01 29.44 -
YUV 55.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 22 54 150 0.85 0.64 0 0.41 225 0.74 0.34
Hex 16 36 96 55 40 0 29 E1 4A 22
Octal 26 66 226 125 100 0 51 341 112 42
Binary 10110 110110 10010110 1010101 1000000 0 101001 11100001 1001010 100010

Color Harmonies of #163696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163696

Black with #163696

Text Example


Text Example

White with #163696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163696; }

 p { color: rgb(22,54,150); }

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

background-color css

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

 a { background-color: rgb(22,54,150); }

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

border-color css

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

 span { border-color: rgb(22,54,150); }

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