Html Css Color HEX #163096 Egyptian Blue

📋 copy color: '#163096'

red 22 ◦ green 48 ◦ blue 150

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

Shades of Egyptian Blue #163096

Tints of Egyptian Blue #163096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 10%
G = 21.82%
B = 68.18%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#163096 (or 0x163096) is known color: Egyptian Blue. HEX triplet: 16, 30 and 96. RGB value is (22,48,150). Sum of RGB (Red+Green+Blue) = 22+48+150=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #163096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163096 is #E9CF69. Grayscale: #333333. Windows color (decimal): -15322986 or 9842710. OLE color: 9842710.

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

Color convert

RGB 22 48 150 -
CMYK 0.85 0.68 0 0.41
HSL 227.81º 0.74% 0.34% -
HSV(B) 227.81º 0.85% 0.59% -
XYZ 6.89 4.49 29.36 -
YUV 51.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 22 48 150 0.85 0.68 0 0.41 227.81 0.74 0.34
Hex 16 30 96 55 44 0 29 E4 4A 22
Octal 26 60 226 125 104 0 51 344 112 42
Binary 10110 110000 10010110 1010101 1000100 0 101001 11100100 1001010 100010

Color Harmonies of #163096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163096

Black with #163096

Text Example


Text Example

White with #163096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163096; }

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

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

background-color css

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

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

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

border-color css

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

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

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