#19739F

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

Shades of Lochmara #19739F

Tints of Lochmara #19739F

Color information

#19739F (or 0x19739F) is unknown color: approx Lochmara. HEX triplet: 19, 73 and 9F. RGB value is (25,115,159). Sum of RGB (Red+Green+Blue) = 25+115+159=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #19739F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19739F is #E68C60. Grayscale: #5C5C5C. Windows color (decimal): -15109217 or 10449689. OLE color: 10449689.

HSL color Cylindrical-coordinate representation of color #19739F: hue angle of 199.7º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19739F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25115159-
CMYK0.840.2800.38
HSL199.7º72.83%36.08%-
HSV(B)199.7º84.28%62.35%-
XYZ12.7914.9735.02-
YUV93.11165.1879.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=8.36%
G=38.46%
B=53.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251151590.840.2800.38199.772.8336.08
Hex19739F541C026c84924
Octal311632371243404631011144
Binary110011110011100111111010100111000100110110010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,115,159); }

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

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

 a { background-color: rgb(25,115,159); }

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

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

 span { border-color: rgb(25,115,159); }

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