#162F58

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

Shades of Catalina Blue #162F58

Tints of Catalina Blue #162F58

Color information

#162F58 (or 0x162F58) is unknown color: approx Catalina Blue. HEX triplet: 16, 2F and 58. RGB value is (22,47,88). Sum of RGB (Red+Green+Blue) = 22+47+88=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #162F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F58 is #E9D0A7. Grayscale: #2C2C2C. Windows color (decimal): -15323304 or 5779222. OLE color: 5779222.

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

Color convert

RGB224788-
CMYK0.750.4700.65
HSL217.27º60%21.57%-
HSV(B)217.27º75%34.51%-
XYZ3.112.919.63-
YUV44.2152.72112.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=14.01%
G=29.94%
B=56.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2247880.750.4700.65217.276021.57
Hex162F584B2F041d93c16
Octal26571301135701013317426
Binary1011010111110110001001011101111010000011101100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,47,88); }

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

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

 a { background-color: rgb(22,47,88); }

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

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

 span { border-color: rgb(22,47,88); }

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