Html Css Color HEX #163F90 Egyptian Blue

📋 copy color: '#163F90'

red 22 ◦ green 63 ◦ blue 144

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

Shades of Egyptian Blue #163F90

Tints of Egyptian Blue #163F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 9.61%
G = 27.51%
B = 62.88%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#163F90 (or 0x163F90) is known color: Egyptian Blue. HEX triplet: 16, 3F and 90. RGB value is (22,63,144). Sum of RGB (Red+Green+Blue) = 22+63+144=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #163F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F90 is #E9C06F. Grayscale: #3B3B3B. Windows color (decimal): -15319152 or 9453334. OLE color: 9453334.

HSL color Cylindrical-coordinate representation of color #163F90: hue angle of 219.84º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163F90 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 63 144 -
CMYK 0.85 0.56 0 0.44
HSL 219.84º 0.73% 0.33% -
HSV(B) 219.84º 0.85% 0.56% -
XYZ 7.14 5.74 27.12 -
YUV 59.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 22 63 144 0.85 0.56 0 0.44 219.84 0.73 0.33
Hex 16 3F 90 55 38 0 2C DC 49 21
Octal 26 77 220 125 70 0 54 334 111 41
Binary 10110 111111 10010000 1010101 111000 0 101100 11011100 1001001 100001

Color Harmonies of #163F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F90

Black with #163F90

Text Example


Text Example

White with #163F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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