#163259

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

Shades of Catalina Blue #163259

Tints of Catalina Blue #163259

Color information

#163259 (or 0x163259) is unknown color: approx Catalina Blue. HEX triplet: 16, 32 and 59. RGB value is (22,50,89). Sum of RGB (Red+Green+Blue) = 22+50+89=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #163259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163259 is #E9CDA6. Grayscale: #2D2D2D. Windows color (decimal): -15322535 or 5845526. OLE color: 5845526.

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

Color convert

RGB225089-
CMYK0.750.4400.65
HSL214.93º60.36%21.76%-
HSV(B)214.93º75.28%34.9%-
XYZ3.273.179.89-
YUV46.07152.22110.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=13.66%
G=31.06%
B=55.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2250890.750.4400.65214.9360.3621.76
Hex1632594B2C041d73c16
Octal26621311135401013277426
Binary1011011001010110011001011101100010000011101011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163259; }

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

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

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

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

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

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

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

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