#163059

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

Shades of Catalina Blue #163059

Tints of Catalina Blue #163059

Color information

#163059 (or 0x163059) is unknown color: approx Catalina Blue. HEX triplet: 16, 30 and 59. RGB value is (22,48,89). Sum of RGB (Red+Green+Blue) = 22+48+89=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #163059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163059 is #E9CFA6. Grayscale: #2C2C2C. Windows color (decimal): -15323047 or 5845014. OLE color: 5845014.

HSL color Cylindrical-coordinate representation of color #163059: hue angle of 216.72º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163059 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224889-
CMYK0.750.4600.65
HSL216.72º60.36%21.76%-
HSV(B)216.72º75.28%34.9%-
XYZ3.193.019.86-
YUV44.9152.89111.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=13.84%
G=30.19%
B=55.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2248890.750.4600.65216.7260.3621.76
Hex1630594B2E041d93c16
Octal26601311135601013317426
Binary1011011000010110011001011101110010000011101100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163059; }

 p { color: rgb(22,48,89); }

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

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

 a { background-color: rgb(22,48,89); }

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

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

 span { border-color: rgb(22,48,89); }

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