#19315A

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

Shades of Catalina Blue #19315A

Tints of Catalina Blue #19315A

Color information

#19315A (or 0x19315A) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 5A. RGB value is (25,49,90). Sum of RGB (Red+Green+Blue) = 25+49+90=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #19315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19315A is #E6CEA5. Grayscale: #2E2E2E. Windows color (decimal): -15126182 or 5910809. OLE color: 5910809.

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

Color convert

RGB254990-
CMYK0.720.4600.65
HSL217.85º56.52%22.55%-
HSV(B)217.85º72.22%35.29%-
XYZ3.343.1410.1-
YUV46.5152.55112.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=15.24%
G=29.88%
B=54.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2549900.720.4600.65217.8556.5222.55
Hex19315A482E041da3917
Octal31611321105601013327127
Binary1100111000110110101001000101110010000011101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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