#162C53

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

Shades of Catalina Blue #162C53

Tints of Catalina Blue #162C53

Color information

#162C53 (or 0x162C53) is unknown color: approx Catalina Blue. HEX triplet: 16, 2C and 53. RGB value is (22,44,83). Sum of RGB (Red+Green+Blue) = 22+44+83=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #162C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C53 is #E9D3AC. Grayscale: #292929. Windows color (decimal): -15324077 or 5450774. OLE color: 5450774.

HSL color Cylindrical-coordinate representation of color #162C53: hue angle of 218.36º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162C53 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB224483-
CMYK0.730.4700.67
HSL218.36º58.1%20.59%-
HSV(B)218.36º73.49%32.55%-
XYZ2.792.68.54-
YUV41.87151.21113.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=14.77%
G=29.53%
B=55.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2244830.730.4700.67218.3658.120.59
Hex162C53492F043da3a15
Octal26541231115701033327225
Binary1011010110010100111001001101111010000111101101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,44,83); }

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

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

 a { background-color: rgb(22,44,83); }

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

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

 span { border-color: rgb(22,44,83); }

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