#162F59

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

Shades of Catalina Blue #162F59

Tints of Catalina Blue #162F59

Color information

#162F59 (or 0x162F59) is unknown color: approx Catalina Blue. HEX triplet: 16, 2F and 59. RGB value is (22,47,89). Sum of RGB (Red+Green+Blue) = 22+47+89=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #162F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F59 is #E9D0A6. Grayscale: #2C2C2C. Windows color (decimal): -15323303 or 5844758. OLE color: 5844758.

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

Color convert

RGB224789-
CMYK0.750.4700.65
HSL217.61º60.36%21.76%-
HSV(B)217.61º75.28%34.9%-
XYZ3.152.929.85-
YUV44.31153.22112.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=13.92%
G=29.75%
B=56.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2247890.750.4700.65217.6160.3621.76
Hex162F594B2F041da3c16
Octal26571311135701013327426
Binary1011010111110110011001011101111010000011101101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162F59; }

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

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

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

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

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

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

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

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