#162E57

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

Shades of Catalina Blue #162E57

Tints of Catalina Blue #162E57

Color information

#162E57 (or 0x162E57) is unknown color: approx Catalina Blue. HEX triplet: 16, 2E and 57. RGB value is (22,46,87). Sum of RGB (Red+Green+Blue) = 22+46+87=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #162E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E57 is #E9D1A8. Grayscale: #2B2B2B. Windows color (decimal): -15323561 or 5713430. OLE color: 5713430.

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

Color convert

RGB224687-
CMYK0.750.4700.66
HSL217.85º59.63%21.37%-
HSV(B)217.85º74.71%34.12%-
XYZ3.032.819.4-
YUV43.5152.55112.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=14.19%
G=29.68%
B=56.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2246870.750.4700.66217.8559.6321.37
Hex162E574B2F042da3c15
Octal26561271135701023327425
Binary1011010111010101111001011101111010000101101101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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