Html Css Color HEX #163CA6 Egyptian Blue

📋 copy color: '#163CA6'

red 22 ◦ green 60 ◦ blue 166

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

Shades of Egyptian Blue #163CA6

Tints of Egyptian Blue #163CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 166 (65.23% from 255) = 66.94%

R = 8.87%
G = 24.19%
B = 66.94%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#163CA6 (or 0x163CA6) is known color: Egyptian Blue. HEX triplet: 16, 3C and A6. RGB value is (22,60,166). Sum of RGB (Red+Green+Blue) = 22+60+166=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #163CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CA6 is #E9C359. Grayscale: #3C3C3C. Windows color (decimal): -15319898 or 10894358. OLE color: 10894358.

HSL color Cylindrical-coordinate representation of color #163CA6: hue angle of 224.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163CA6 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 60 166 -
CMYK 0.87 0.64 0 0.35
HSL 224.17º 0.77% 0.37% -
HSV(B) 224.17º 0.87% 0.65% -
XYZ 8.83 6.16 36.8 -
YUV 60.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 22 60 166 0.87 0.64 0 0.35 224.17 0.77 0.37
Hex 16 3C A6 57 40 0 23 E0 4D 25
Octal 26 74 246 127 100 0 43 340 115 45
Binary 10110 111100 10100110 1010111 1000000 0 100011 11100000 1001101 100101

Color Harmonies of #163CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CA6

Black with #163CA6

Text Example


Text Example

White with #163CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,166); }

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

background-color css

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

 a { background-color: rgb(22,60,166); }

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

border-color css

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

 span { border-color: rgb(22,60,166); }

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