#163159

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

Shades of Catalina Blue #163159

Tints of Catalina Blue #163159

Color information

#163159 (or 0x163159) is unknown color: approx Catalina Blue. HEX triplet: 16, 31 and 59. RGB value is (22,49,89). Sum of RGB (Red+Green+Blue) = 22+49+89=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #163159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163159 is #E9CEA6. Grayscale: #2D2D2D. Windows color (decimal): -15322791 or 5845270. OLE color: 5845270.

HSL color Cylindrical-coordinate representation of color #163159: hue angle of 215.82º 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 #163159 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224989-
CMYK0.750.4500.65
HSL215.82º60.36%21.76%-
HSV(B)215.82º75.28%34.9%-
XYZ3.233.099.88-
YUV45.49152.55111.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=13.75%
G=30.62%
B=55.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2249890.750.4500.65215.8260.3621.76
Hex1631594B2D041d83c16
Octal26611311135501013307426
Binary1011011000110110011001011101101010000011101100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163159; }

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

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

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

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

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

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

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

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