Html Css Color HEX #163D99 Egyptian Blue

📋 copy color: '#163D99'

red 22 ◦ green 61 ◦ blue 153

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

Shades of Egyptian Blue #163D99

Tints of Egyptian Blue #163D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 9.32%
G = 25.85%
B = 64.83%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#163D99 (or 0x163D99) is known color: Egyptian Blue. HEX triplet: 16, 3D and 99. RGB value is (22,61,153). Sum of RGB (Red+Green+Blue) = 22+61+153=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #163D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D99 is #E9C266. Grayscale: #3B3B3B. Windows color (decimal): -15319655 or 10042646. OLE color: 10042646.

HSL color Cylindrical-coordinate representation of color #163D99: hue angle of 222.14º 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 #163D99 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 61 153 -
CMYK 0.86 0.60 0 0.4
HSL 222.14º 0.75% 0.34% -
HSV(B) 222.14º 0.86% 0.6% -
XYZ 7.75 5.81 30.85 -
YUV 59.83 180.58 101.02 -
System Red Green Blue C M Y K H S L
Decimal 22 61 153 0.86 0.60 0 0.4 222.14 0.75 0.34
Hex 16 3D 99 56 3C 0 28 DE 4B 22
Octal 26 75 231 126 74 0 50 336 113 42
Binary 10110 111101 10011001 1010110 111100 0 101000 11011110 1001011 100010

Color Harmonies of #163D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D99

Black with #163D99

Text Example


Text Example

White with #163D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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