#193365

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

Shades of Catalina Blue #193365

Tints of Catalina Blue #193365

Color information

#193365 (or 0x193365) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 65. RGB value is (25,51,101). Sum of RGB (Red+Green+Blue) = 25+51+101=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #193365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193365 is #E6CC9A. Grayscale: #303030. Windows color (decimal): -15125659 or 6632217. OLE color: 6632217.

HSL color Cylindrical-coordinate representation of color #193365: hue angle of 219.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193365 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2551101-
CMYK0.750.5000.60
HSL219.47º60.32%24.71%-
HSV(B)219.47º75.25%39.61%-
XYZ3.933.5112.78-
YUV48.93157.39110.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 101 (39.84% from 255) = 57.06%
R=14.12%
G=28.81%
B=57.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25511010.750.5000.60219.4760.3224.71
Hex1933654B3203Cdb3c19
Octal3163145113620743337431
Binary110011100111100101100101111001001111001101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193365; }

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

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

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

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

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

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

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

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