#193760

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

Shades of Catalina Blue #193760

Tints of Catalina Blue #193760

Color information

#193760 (or 0x193760) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 60. RGB value is (25,55,96). Sum of RGB (Red+Green+Blue) = 25+55+96=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #193760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193760 is #E6C89F. Grayscale: #323232. Windows color (decimal): -15124640 or 6305561. OLE color: 6305561.

HSL color Cylindrical-coordinate representation of color #193760: hue angle of 214.65º 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 #193760 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255596-
CMYK0.740.4300.62
HSL214.65º58.68%23.73%-
HSV(B)214.65º73.96%37.65%-
XYZ3.883.7811.59-
YUV50.7153.56109.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=14.20%
G=31.25%
B=54.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2555960.740.4300.62214.6558.6823.73
Hex1937604A2B03Ed73b18
Octal3167140112530763277330
Binary110011101111100000100101010101101111101101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193760; }

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

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

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

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

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

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

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

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