#193160

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

Shades of Catalina Blue #193160

Tints of Catalina Blue #193160

Color information

#193160 (or 0x193160) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 60. RGB value is (25,49,96). Sum of RGB (Red+Green+Blue) = 25+49+96=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #193160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193160 is #E6CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15126176 or 6304025. OLE color: 6304025.

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

Color convert

RGB254996-
CMYK0.740.4900.62
HSL219.72º58.68%23.73%-
HSV(B)219.72º73.96%37.65%-
XYZ3.613.2511.5-
YUV47.18155.55112.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=14.71%
G=28.82%
B=56.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2549960.740.4900.62219.7258.6823.73
Hex1931604A3103Edc3b18
Octal3161140112610763347330
Binary110011100011100000100101011000101111101101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193160; }

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

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

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

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

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

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

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

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