#163866

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

Shades of Catalina Blue #163866

Tints of Catalina Blue #163866

Color information

#163866 (or 0x163866) is unknown color: approx Catalina Blue. HEX triplet: 16, 38 and 66. RGB value is (22,56,102). Sum of RGB (Red+Green+Blue) = 22+56+102=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #163866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163866 is #E9C799. Grayscale: #323232. Windows color (decimal): -15320986 or 6699030. OLE color: 6699030.

HSL color Cylindrical-coordinate representation of color #163866: hue angle of 214.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163866 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2256102-
CMYK0.780.4500.6
HSL214.5º64.52%24.31%-
HSV(B)214.5º78.43%40%-
XYZ4.143.9613.12-
YUV51.08156.74107.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=12.22%
G=31.11%
B=56.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22561020.780.4500.6214.564.5224.31
Hex1638664E2D03Cd64118
Octal26701461165507432610130
Binary1011011100011001101001110101101011110011010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163866; }

 p { color: rgb(22,56,102); }

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

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

 a { background-color: rgb(22,56,102); }

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

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

 span { border-color: rgb(22,56,102); }

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