Html Css Color HEX #163996 Egyptian Blue

📋 copy color: '#163996'

red 22 ◦ green 57 ◦ blue 150

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

Shades of Egyptian Blue #163996

Tints of Egyptian Blue #163996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.89%

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

R = 9.61%
G = 24.89%
B = 65.5%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163996 (or 0x163996) is known color: Egyptian Blue. HEX triplet: 16, 39 and 96. RGB value is (22,57,150). Sum of RGB (Red+Green+Blue) = 22+57+150=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #163996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163996 is #E9C669. Grayscale: #383838. Windows color (decimal): -15320682 or 9845014. OLE color: 9845014.

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

Color convert

RGB 22 57 150 -
CMYK 0.85 0.62 0 0.41
HSL 223.59º 0.74% 0.34% -
HSV(B) 223.59º 0.85% 0.59% -
XYZ 7.3 5.3 29.49 -
YUV 57.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 22 57 150 0.85 0.62 0 0.41 223.59 0.74 0.34
Hex 16 39 96 55 3E 0 29 E0 4A 22
Octal 26 71 226 125 76 0 51 340 112 42
Binary 10110 111001 10010110 1010101 111110 0 101001 11100000 1001010 100010

Color Harmonies of #163996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163996

Black with #163996

Text Example


Text Example

White with #163996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163996; }

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

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

background-color css

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

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

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

border-color css

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

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

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