#193363

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

Shades of Catalina Blue #193363

Tints of Catalina Blue #193363

Color information

#193363 (or 0x193363) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 63. RGB value is (25,51,99). Sum of RGB (Red+Green+Blue) = 25+51+99=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #193363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193363 is #E6CC9C. Grayscale: #303030. Windows color (decimal): -15125661 or 6501145. OLE color: 6501145.

HSL color Cylindrical-coordinate representation of color #193363: hue angle of 218.92º 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 #193363 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB255199-
CMYK0.750.4800.61
HSL218.92º59.68%24.31%-
HSV(B)218.92º74.75%38.82%-
XYZ3.843.4812.27-
YUV48.7156.39111.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=14.29%
G=29.14%
B=56.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2551990.750.4800.61218.9259.6824.31
Hex1933634B3003Ddb3c18
Octal3163143113600753337430
Binary110011100111100011100101111000001111011101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193363; }

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

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

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

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

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

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

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

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