#173160

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

Shades of Catalina Blue #173160

Tints of Catalina Blue #173160

Color information

#173160 (or 0x173160) is unknown color: approx Catalina Blue. HEX triplet: 17, 31 and 60. RGB value is (23,49,96). Sum of RGB (Red+Green+Blue) = 23+49+96=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #173160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173160 is #E8CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15257248 or 6304023. OLE color: 6304023.

HSL color Cylindrical-coordinate representation of color #173160: hue angle of 218.63º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #173160 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB234996-
CMYK0.760.4900.62
HSL218.63º61.34%23.33%-
HSV(B)218.63º76.04%37.65%-
XYZ3.563.2211.5-
YUV46.58155.89111.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.69%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=13.69%
G=29.17%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2349960.760.4900.62218.6361.3423.33
Hex1731604C3103Edb3d17
Octal2761140114610763337527
Binary101111100011100000100110011000101111101101101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173160; }

 p { color: rgb(23,49,96); }

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

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

 a { background-color: rgb(23,49,96); }

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

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

 span { border-color: rgb(23,49,96); }

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