#162D51

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

Shades of Catalina Blue #162D51

Tints of Catalina Blue #162D51

Color information

#162D51 (or 0x162D51) is unknown color: approx Catalina Blue. HEX triplet: 16, 2D and 51. RGB value is (22,45,81). Sum of RGB (Red+Green+Blue) = 22+45+81=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #162D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D51 is #E9D2AE. Grayscale: #2A2A2A. Windows color (decimal): -15323823 or 5319958. OLE color: 5319958.

HSL color Cylindrical-coordinate representation of color #162D51: hue angle of 216.61º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162D51 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB224581-
CMYK0.730.4400.68
HSL216.61º57.28%20.2%-
HSV(B)216.61º72.84%31.76%-
XYZ2.752.648.15-
YUV42.23149.88113.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=14.86%
G=30.41%
B=54.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2245810.730.4400.68216.6157.2820.2
Hex162D51492C044d93914
Octal26551211115401043317124
Binary1011010110110100011001001101100010001001101100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,45,81); }

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

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

 a { background-color: rgb(22,45,81); }

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

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

 span { border-color: rgb(22,45,81); }

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