#163ca1

Color #163CA1 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #163CA1

Tints of Egyptian Blue #163CA1

Color information

#163CA1 (or 0x163CA1) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3C and A1. RGB value is (22,60,161). Sum of RGB (Red+Green+Blue) = 22+60+161=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #163CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CA1 is #E9C35E. Grayscale: #3B3B3B. Windows color (decimal): -15319903 or 10566678. OLE color: 10566678.

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

Color convert

RGB2260161-
CMYK0.860.6300.37
HSL223.6º75.96%35.88%-
HSV(B)223.6º86.34%63.14%-
XYZ8.385.9834.43-
YUV60.15184.91100.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 161 (63.28% from 255) = 66.26%
R=9.05%
G=24.69%
B=66.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22601610.860.6300.37223.675.9635.88
Hex163CA1563F025e04c24
Octal26742411267704534011444
Binary101101111001010000110101101111110100101111000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163ca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #163ca1;
 }
 .AnyTagClassName
 {
   color: #163ca1;
 }
</style>
background-color css

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

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

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

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

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

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