#16325B

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

Shades of Catalina Blue #16325B

Tints of Catalina Blue #16325B

Color information

#16325B (or 0x16325B) is unknown color: approx Catalina Blue. HEX triplet: 16, 32 and 5B. RGB value is (22,50,91). Sum of RGB (Red+Green+Blue) = 22+50+91=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #16325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16325B is #E9CDA4. Grayscale: #2E2E2E. Windows color (decimal): -15322533 or 5976598. OLE color: 5976598.

HSL color Cylindrical-coordinate representation of color #16325B: hue angle of 215.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16325B is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225091-
CMYK0.760.4500.64
HSL215.65º61.06%22.16%-
HSV(B)215.65º75.82%35.69%-
XYZ3.363.2110.34-
YUV46.3153.22110.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=13.50%
G=30.67%
B=55.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2250910.760.4500.64215.6561.0622.16
Hex16325B4C2D040d83d16
Octal26621331145501003307526
Binary1011011001010110111001100101101010000001101100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16325B; }

 p { color: rgb(22,50,91); }

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

<style>
 a { background-color: #16325B; }

 a { background-color: rgb(22,50,91); }

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

<style>
 span { border-color: #16325B; }

 span { border-color: rgb(22,50,91); }

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