Html Css Color HEX #163CA2 Egyptian Blue

📋 copy color: '#163CA2'

red 22 ◦ green 60 ◦ blue 162

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

Shades of Egyptian Blue #163CA2

Tints of Egyptian Blue #163CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 66.39%

R = 9.02%
G = 24.59%
B = 66.39%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#163CA2 (or 0x163CA2) is known color: Egyptian Blue. HEX triplet: 16, 3C and A2. RGB value is (22,60,162). Sum of RGB (Red+Green+Blue) = 22+60+162=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #163CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CA2 is #E9C35D. Grayscale: #3B3B3B. Windows color (decimal): -15319902 or 10632214. OLE color: 10632214.

HSL color Cylindrical-coordinate representation of color #163CA2: hue angle of 223.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163CA2 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 60 162 -
CMYK 0.86 0.63 0 0.36
HSL 223.71º 0.76% 0.36% -
HSV(B) 223.71º 0.86% 0.64% -
XYZ 8.47 6.01 34.9 -
YUV 60.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 22 60 162 0.86 0.63 0 0.36 223.71 0.76 0.36
Hex 16 3C A2 56 3F 0 24 E0 4C 24
Octal 26 74 242 126 77 0 44 340 114 44
Binary 10110 111100 10100010 1010110 111111 0 100100 11100000 1001100 100100

Color Harmonies of #163CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CA2

Black with #163CA2

Text Example


Text Example

White with #163CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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