#163560

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

Shades of Catalina Blue #163560

Tints of Catalina Blue #163560

Color information

#163560 (or 0x163560) is unknown color: approx Catalina Blue. HEX triplet: 16, 35 and 60. RGB value is (22,53,96). Sum of RGB (Red+Green+Blue) = 22+53+96=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #163560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163560 is #E9CA9F. Grayscale: #303030. Windows color (decimal): -15321760 or 6305046. OLE color: 6305046.

HSL color Cylindrical-coordinate representation of color #163560: hue angle of 214.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163560 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB225396-
CMYK0.770.4500.62
HSL214.86º62.71%23.14%-
HSV(B)214.86º77.08%37.65%-
XYZ3.723.5611.56-
YUV48.63154.73109-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=12.87%
G=30.99%
B=56.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2253960.770.4500.62214.8662.7123.14
Hex1635604D2D03Ed73f17
Octal2665140115550763277727
Binary101101101011100000100110110110101111101101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163560; }

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

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

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

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

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

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

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

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