#19315B

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

Shades of Catalina Blue #19315B

Tints of Catalina Blue #19315B

Color information

#19315B (or 0x19315B) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 5B. RGB value is (25,49,91). Sum of RGB (Red+Green+Blue) = 25+49+91=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #19315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19315B is #E6CEA4. Grayscale: #2E2E2E. Windows color (decimal): -15126181 or 5976345. OLE color: 5976345.

HSL color Cylindrical-coordinate representation of color #19315B: hue angle of 218.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19315B is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254991-
CMYK0.730.4600.64
HSL218.18º56.9%22.75%-
HSV(B)218.18º72.53%35.69%-
XYZ3.393.1610.33-
YUV46.61153.05112.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=15.15%
G=29.70%
B=55.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2549910.730.4600.64218.1856.922.75
Hex19315B492E040da3917
Octal31611331115601003327127
Binary1100111000110110111001001101110010000001101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19315B; }

 p { color: rgb(25,49,91); }

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

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

 a { background-color: rgb(25,49,91); }

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

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

 span { border-color: rgb(25,49,91); }

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