#16345D

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

Shades of Catalina Blue #16345D

Tints of Catalina Blue #16345D

Color information

#16345D (or 0x16345D) is unknown color: approx Catalina Blue. HEX triplet: 16, 34 and 5D. RGB value is (22,52,93). Sum of RGB (Red+Green+Blue) = 22+52+93=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #16345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16345D is #E9CBA2. Grayscale: #2F2F2F. Windows color (decimal): -15322019 or 6108182. OLE color: 6108182.

HSL color Cylindrical-coordinate representation of color #16345D: hue angle of 214.65º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16345D is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB225293-
CMYK0.760.4400.64
HSL214.65º61.74%22.55%-
HSV(B)214.65º76.34%36.47%-
XYZ3.533.4210.83-
YUV47.7153.56109.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.17%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=13.17%
G=31.14%
B=55.69%

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
Decimal2252930.760.4400.64214.6561.7422.55
Hex16345D4C2C040d73e17
Octal26641351145401003277627
Binary1011011010010111011001100101100010000001101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16345D; }

 p { color: rgb(22,52,93); }

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

<style>
 a { background-color: #16345D; }

 a { background-color: rgb(22,52,93); }

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

<style>
 span { border-color: #16345D; }

 span { border-color: rgb(22,52,93); }

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