Html Css Color HEX #163499 Egyptian Blue

📋 copy color: '#163499'

red 22 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #163499

Tints of Egyptian Blue #163499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 67.4%

R = 9.69%
G = 22.91%
B = 67.4%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#163499 (or 0x163499) is known color: Egyptian Blue. HEX triplet: 16, 34 and 99. RGB value is (22,52,153). Sum of RGB (Red+Green+Blue) = 22+52+153=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #163499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163499 is #E9CB66. Grayscale: #363636. Windows color (decimal): -15321959 or 10040342. OLE color: 10040342.

HSL color Cylindrical-coordinate representation of color #163499: hue angle of 226.26º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163499 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 52 153 -
CMYK 0.86 0.66 0 0.4
HSL 226.26º 0.75% 0.34% -
HSV(B) 226.26º 0.86% 0.6% -
XYZ 7.31 4.93 30.7 -
YUV 54.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 22 52 153 0.86 0.66 0 0.4 226.26 0.75 0.34
Hex 16 34 99 56 42 0 28 E2 4B 22
Octal 26 64 231 126 102 0 50 342 113 42
Binary 10110 110100 10011001 1010110 1000010 0 101000 11100010 1001011 100010

Color Harmonies of #163499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163499

Black with #163499

Text Example


Text Example

White with #163499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163499; }

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

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

background-color css

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

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

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

border-color css

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

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

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