#19376F

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

Shades of Catalina Blue #19376F

Tints of Catalina Blue #19376F

Color information

#19376F (or 0x19376F) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 6F. RGB value is (25,55,111). Sum of RGB (Red+Green+Blue) = 25+55+111=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #19376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19376F is #E6C890. Grayscale: #343434. Windows color (decimal): -15124625 or 7288601. OLE color: 7288601.

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

Color convert

RGB2555111-
CMYK0.770.5000.56
HSL219.07º63.24%26.67%-
HSV(B)219.07º77.48%43.53%-
XYZ4.644.0915.58-
YUV52.41161.06108.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=13.09%
G=28.80%
B=58.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25551110.770.5000.56219.0763.2426.67
Hex19376F4D32038db3f1b
Octal3167157115620703337733
Binary110011101111101111100110111001001110001101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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