#193460

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

Shades of Catalina Blue #193460

Tints of Catalina Blue #193460

Color information

#193460 (or 0x193460) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 60. RGB value is (25,52,96). Sum of RGB (Red+Green+Blue) = 25+52+96=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #193460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193460 is #E6CB9F. Grayscale: #303030. Windows color (decimal): -15125408 or 6304793. OLE color: 6304793.

HSL color Cylindrical-coordinate representation of color #193460: hue angle of 217.18º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193460 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255296-
CMYK0.740.4600.62
HSL217.18º58.68%23.73%-
HSV(B)217.18º73.96%37.65%-
XYZ3.743.5111.55-
YUV48.94154.55110.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=14.45%
G=30.06%
B=55.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2552960.740.4600.62217.1858.6823.73
Hex1934604A2E03Ed93b18
Octal3164140112560763317330
Binary110011101001100000100101010111001111101101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193460; }

 p { color: rgb(25,52,96); }

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

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

 a { background-color: rgb(25,52,96); }

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

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

 span { border-color: rgb(25,52,96); }

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