#193563

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

Shades of Catalina Blue #193563

Tints of Catalina Blue #193563

Color information

#193563 (or 0x193563) is unknown color: approx Catalina Blue. HEX triplet: 19, 35 and 63. RGB value is (25,53,99). Sum of RGB (Red+Green+Blue) = 25+53+99=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #193563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193563 is #E6CA9C. Grayscale: #313131. Windows color (decimal): -15125149 or 6501657. OLE color: 6501657.

HSL color Cylindrical-coordinate representation of color #193563: hue angle of 217.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193563 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB255399-
CMYK0.750.4600.61
HSL217.3º59.68%24.31%-
HSV(B)217.3º74.75%38.82%-
XYZ3.933.6512.3-
YUV49.87155.72110.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 99 (39.06% from 255) = 55.93%
R=14.12%
G=29.94%
B=55.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2553990.750.4600.61217.359.6824.31
Hex1935634B2E03Dd93c18
Octal3165143113560753317430
Binary110011101011100011100101110111001111011101100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193563; }

 p { color: rgb(25,53,99); }

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

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

 a { background-color: rgb(25,53,99); }

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

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

 span { border-color: rgb(25,53,99); }

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