#162E53

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

Shades of Catalina Blue #162E53

Tints of Catalina Blue #162E53

Color information

#162E53 (or 0x162E53) is unknown color: approx Catalina Blue. HEX triplet: 16, 2E and 53. RGB value is (22,46,83). Sum of RGB (Red+Green+Blue) = 22+46+83=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #162E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E53 is #E9D1AC. Grayscale: #2A2A2A. Windows color (decimal): -15323565 or 5451286. OLE color: 5451286.

HSL color Cylindrical-coordinate representation of color #162E53: hue angle of 216.39º 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 #162E53 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB224683-
CMYK0.730.4500.67
HSL216.39º58.1%20.59%-
HSV(B)216.39º73.49%32.55%-
XYZ2.872.758.56-
YUV43.04150.55112.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=14.57%
G=30.46%
B=54.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2246830.730.4500.67216.3958.120.59
Hex162E53492D043d83a15
Octal26561231115501033307225
Binary1011010111010100111001001101101010000111101100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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