#163565

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

Shades of Catalina Blue #163565

Tints of Catalina Blue #163565

Color information

#163565 (or 0x163565) is unknown color: approx Catalina Blue. HEX triplet: 16, 35 and 65. RGB value is (22,53,101). Sum of RGB (Red+Green+Blue) = 22+53+101=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #163565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163565 is #E9CA9A. Grayscale: #303030. Windows color (decimal): -15321755 or 6632726. OLE color: 6632726.

HSL color Cylindrical-coordinate representation of color #163565: hue angle of 216.46º degrees, saturation: 0.64, 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 #163565 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2253101-
CMYK0.780.4800.60
HSL216.46º64.23%24.12%-
HSV(B)216.46º78.22%39.61%-
XYZ3.953.6612.81-
YUV49.2157.23108.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 101 (39.84% from 255) = 57.39%
R=12.5%
G=30.11%
B=57.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22531010.780.4800.60216.4664.2324.12
Hex1635654E3003Cd84018
Octal26651451166007433010030
Binary1011011010111001011001110110000011110011011000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163565; }

 p { color: rgb(22,53,101); }

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

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

 a { background-color: rgb(22,53,101); }

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

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

 span { border-color: rgb(22,53,101); }

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