#19386C

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

Shades of Catalina Blue #19386C

Tints of Catalina Blue #19386C

Color information

#19386C (or 0x19386C) is unknown color: approx Catalina Blue. HEX triplet: 19, 38 and 6C. RGB value is (25,56,108). Sum of RGB (Red+Green+Blue) = 25+56+108=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #19386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386C is #E6C793. Grayscale: #343434. Windows color (decimal): -15124372 or 7092249. OLE color: 7092249.

HSL color Cylindrical-coordinate representation of color #19386C: hue angle of 217.59º 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 #19386C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2556108-
CMYK0.770.4800.58
HSL217.59º62.41%26.08%-
HSV(B)217.59º76.85%42.35%-
XYZ4.524.1214.74-
YUV52.66159.23108.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=13.23%
G=29.63%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25561080.770.4800.58217.5962.4126.08
Hex19386C4D3003Ada3e1a
Octal3170154115600723327632
Binary110011110001101100100110111000001110101101101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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