#193260

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

Shades of Catalina Blue #193260

Tints of Catalina Blue #193260

Color information

#193260 (or 0x193260) is unknown color: approx Catalina Blue. HEX triplet: 19, 32 and 60. RGB value is (25,50,96). Sum of RGB (Red+Green+Blue) = 25+50+96=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #193260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193260 is #E6CD9F. Grayscale: #2F2F2F. Windows color (decimal): -15125920 or 6304281. OLE color: 6304281.

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

Color convert

RGB255096-
CMYK0.740.4800.62
HSL218.87º58.68%23.73%-
HSV(B)218.87º73.96%37.65%-
XYZ3.653.3311.52-
YUV47.77155.22111.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=14.62%
G=29.24%
B=56.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2550960.740.4800.62218.8758.6823.73
Hex1932604A3003Edb3b18
Octal3162140112600763337330
Binary110011100101100000100101011000001111101101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193260; }

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

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

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

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

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

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

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

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