#193159

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

Shades of Catalina Blue #193159

Tints of Catalina Blue #193159

Color information

#193159 (or 0x193159) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 59. RGB value is (25,49,89). Sum of RGB (Red+Green+Blue) = 25+49+89=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #193159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193159 is #E6CEA6. Grayscale: #2E2E2E. Windows color (decimal): -15126183 or 5845273. OLE color: 5845273.

HSL color Cylindrical-coordinate representation of color #193159: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193159 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB254989-
CMYK0.720.4500.65
HSL217.5º56.14%22.35%-
HSV(B)217.5º71.91%34.9%-
XYZ3.33.129.88-
YUV46.38152.05112.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=15.34%
G=30.06%
B=54.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2549890.720.4500.65217.556.1422.35
Hex193159482D041da3816
Octal31611311105501013327026
Binary1100111000110110011001000101101010000011101101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193159; }

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

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

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

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

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

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

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

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