#193768

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

Shades of Catalina Blue #193768

Tints of Catalina Blue #193768

Color information

#193768 (or 0x193768) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 68. RGB value is (25,55,104). Sum of RGB (Red+Green+Blue) = 25+55+104=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #193768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193768 is #E6C897. Grayscale: #333333. Windows color (decimal): -15124632 or 6829849. OLE color: 6829849.

HSL color Cylindrical-coordinate representation of color #193768: hue angle of 217.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193768 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2555104-
CMYK0.760.4700.59
HSL217.22º61.24%25.29%-
HSV(B)217.22º75.96%40.78%-
XYZ4.273.9413.63-
YUV51.62157.56109.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=13.59%
G=29.89%
B=56.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25551040.760.4700.59217.2261.2425.29
Hex1937684C2F03Bd93d19
Octal3167150114570733317531
Binary110011101111101000100110010111101110111101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193768; }

 p { color: rgb(25,55,104); }

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

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

 a { background-color: rgb(25,55,104); }

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

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

 span { border-color: rgb(25,55,104); }

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