Html Css Color HEX #163F99 Egyptian Blue

📋 copy color: '#163F99'

red 22 ◦ green 63 ◦ blue 153

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

Shades of Egyptian Blue #163F99

Tints of Egyptian Blue #163F99

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 9.24%
G = 26.47%
B = 64.29%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#163F99 (or 0x163F99) is known color: Egyptian Blue. HEX triplet: 16, 3F and 99. RGB value is (22,63,153). Sum of RGB (Red+Green+Blue) = 22+63+153=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #163F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F99 is #E9C066. Grayscale: #3C3C3C. Windows color (decimal): -15319143 or 10043158. OLE color: 10043158.

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

Color convert

RGB 22 63 153 -
CMYK 0.86 0.59 0 0.4
HSL 221.22º 0.75% 0.34% -
HSV(B) 221.22º 0.86% 0.6% -
XYZ 7.86 6.03 30.89 -
YUV 61 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 22 63 153 0.86 0.59 0 0.4 221.22 0.75 0.34
Hex 16 3F 99 56 3B 0 28 DD 4B 22
Octal 26 77 231 126 73 0 50 335 113 42
Binary 10110 111111 10011001 1010110 111011 0 101000 11011101 1001011 100010

Color Harmonies of #163F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F99

Black with #163F99

Text Example


Text Example

White with #163F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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