#193769

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

Shades of Catalina Blue #193769

Tints of Catalina Blue #193769

Color information

#193769 (or 0x193769) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 69. RGB value is (25,55,105). Sum of RGB (Red+Green+Blue) = 25+55+105=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #193769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193769 is #E6C896. Grayscale: #333333. Windows color (decimal): -15124631 or 6895385. OLE color: 6895385.

HSL color Cylindrical-coordinate representation of color #193769: hue angle of 217.5º degrees, saturation: 0.62, 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 #193769 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2555105-
CMYK0.760.4800.59
HSL217.5º61.54%25.49%-
HSV(B)217.5º76.19%41.18%-
XYZ4.323.9613.9-
YUV51.73158.06108.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=13.51%
G=29.73%
B=56.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25551050.760.4800.59217.561.5425.49
Hex1937694C3003Bda3e19
Octal3167151114600733327631
Binary110011101111101001100110011000001110111101101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193769; }

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

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

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

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

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

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

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

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