#19376D

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

Shades of Catalina Blue #19376D

Tints of Catalina Blue #19376D

Color information

#19376D (or 0x19376D) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 6D. RGB value is (25,55,109). Sum of RGB (Red+Green+Blue) = 25+55+109=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #19376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19376D is #E6C892. Grayscale: #333333. Windows color (decimal): -15124627 or 7157529. OLE color: 7157529.

HSL color Cylindrical-coordinate representation of color #19376D: hue angle of 218.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19376D is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2555109-
CMYK0.770.5000.57
HSL218.57º62.69%26.27%-
HSV(B)218.57º77.06%42.75%-
XYZ4.534.0415.01-
YUV52.19160.06108.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 109 (42.97% from 255) = 57.67%
R=13.23%
G=29.10%
B=57.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25551090.770.5000.57218.5762.6926.27
Hex19376D4D32039db3f1a
Octal3167155115620713337732
Binary110011101111101101100110111001001110011101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19376D; }

 p { color: rgb(25,55,109); }

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

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

 a { background-color: rgb(25,55,109); }

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

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

 span { border-color: rgb(25,55,109); }

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