#19325A

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

Shades of Catalina Blue #19325A

Tints of Catalina Blue #19325A

Color information

#19325A (or 0x19325A) is unknown color: approx Catalina Blue. HEX triplet: 19, 32 and 5A. RGB value is (25,50,90). Sum of RGB (Red+Green+Blue) = 25+50+90=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #19325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19325A is #E6CDA5. Grayscale: #2E2E2E. Windows color (decimal): -15125926 or 5911065. OLE color: 5911065.

HSL color Cylindrical-coordinate representation of color #19325A: hue angle of 216.92º 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 #19325A is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255090-
CMYK0.720.4400.65
HSL216.92º56.52%22.55%-
HSV(B)216.92º72.22%35.29%-
XYZ3.393.2310.12-
YUV47.08152.22112.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=15.15%
G=30.30%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2550900.720.4400.65216.9256.5222.55
Hex19325A482C041d93917
Octal31621321105401013317127
Binary1100111001010110101001000101100010000011101100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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