#193060

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

Shades of Catalina Blue #193060

Tints of Catalina Blue #193060

Color information

#193060 (or 0x193060) is unknown color: approx Catalina Blue. HEX triplet: 19, 30 and 60. RGB value is (25,48,96). Sum of RGB (Red+Green+Blue) = 25+48+96=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #193060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193060 is #E6CF9F. Grayscale: #2E2E2E. Windows color (decimal): -15126432 or 6303769. OLE color: 6303769.

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

Color convert

RGB254896-
CMYK0.740.5000.62
HSL220.56º58.68%23.73%-
HSV(B)220.56º73.96%37.65%-
XYZ3.573.1711.49-
YUV46.6155.88112.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=14.79%
G=28.40%
B=56.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2548960.740.5000.62220.5658.6823.73
Hex1930604A3203Edd3b18
Octal3160140112620763357330
Binary110011100001100000100101011001001111101101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193060; }

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

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

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

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

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

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

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

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