#19376C

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

Shades of Catalina Blue #19376C

Tints of Catalina Blue #19376C

Color information

#19376C (or 0x19376C) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 6C. RGB value is (25,55,108). Sum of RGB (Red+Green+Blue) = 25+55+108=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #19376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19376C is #E6C893. Grayscale: #333333. Windows color (decimal): -15124628 or 7091993. OLE color: 7091993.

HSL color Cylindrical-coordinate representation of color #19376C: hue angle of 218.31º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19376C is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2555108-
CMYK0.770.4900.58
HSL218.31º62.41%26.08%-
HSV(B)218.31º76.85%42.35%-
XYZ4.474.0214.73-
YUV52.07159.56108.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=13.30%
G=29.26%
B=57.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25551080.770.4900.58218.3162.4126.08
Hex19376C4D3103Ada3e1a
Octal3167154115610723327632
Binary110011101111101100100110111000101110101101101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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