#16335B

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

Shades of Catalina Blue #16335B

Tints of Catalina Blue #16335B

Color information

#16335B (or 0x16335B) is unknown color: approx Catalina Blue. HEX triplet: 16, 33 and 5B. RGB value is (22,51,91). Sum of RGB (Red+Green+Blue) = 22+51+91=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #16335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16335B is #E9CCA4. Grayscale: #2E2E2E. Windows color (decimal): -15322277 or 5976854. OLE color: 5976854.

HSL color Cylindrical-coordinate representation of color #16335B: hue angle of 214.78º 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 #16335B is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225191-
CMYK0.760.4400.64
HSL214.78º61.06%22.16%-
HSV(B)214.78º75.82%35.69%-
XYZ3.43.2910.35-
YUV46.89152.89110.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=13.41%
G=31.10%
B=55.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2251910.760.4400.64214.7861.0622.16
Hex16335B4C2C040d73d16
Octal26631331145401003277526
Binary1011011001110110111001100101100010000001101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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