#162F5A

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

Shades of Catalina Blue #162F5A

Tints of Catalina Blue #162F5A

Color information

#162F5A (or 0x162F5A) is unknown color: approx Catalina Blue. HEX triplet: 16, 2F and 5A. RGB value is (22,47,90). Sum of RGB (Red+Green+Blue) = 22+47+90=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #162F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F5A is #E9D0A5. Grayscale: #2C2C2C. Windows color (decimal): -15323302 or 5910294. OLE color: 5910294.

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

Color convert

RGB224790-
CMYK0.760.4800.65
HSL217.94º60.71%21.96%-
HSV(B)217.94º75.56%35.29%-
XYZ3.192.9410.07-
YUV44.43153.72112-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=13.84%
G=29.56%
B=56.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2247900.760.4800.65217.9460.7121.96
Hex162F5A4C30041da3d16
Octal26571321146001013327526
Binary1011010111110110101001100110000010000011101101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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