#162E56

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

Shades of Catalina Blue #162E56

Tints of Catalina Blue #162E56

Color information

#162E56 (or 0x162E56) is unknown color: approx Catalina Blue. HEX triplet: 16, 2E and 56. RGB value is (22,46,86). Sum of RGB (Red+Green+Blue) = 22+46+86=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #162E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E56 is #E9D1A9. Grayscale: #2B2B2B. Windows color (decimal): -15323562 or 5647894. OLE color: 5647894.

HSL color Cylindrical-coordinate representation of color #162E56: hue angle of 217.5º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162E56 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB224686-
CMYK0.740.4700.66
HSL217.5º59.26%21.18%-
HSV(B)217.5º74.42%33.73%-
XYZ2.992.89.19-
YUV43.38152.05112.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=14.29%
G=29.87%
B=55.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2246860.740.4700.66217.559.2621.18
Hex162E564A2F042da3b15
Octal26561261125701023327325
Binary1011010111010101101001010101111010000101101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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