#19729F

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

Shades of Lochmara #19729F

Tints of Lochmara #19729F

Color information

#19729F (or 0x19729F) is unknown color: approx Lochmara. HEX triplet: 19, 72 and 9F. RGB value is (25,114,159). Sum of RGB (Red+Green+Blue) = 25+114+159=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #19729F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19729F is #E68D60. Grayscale: #5C5C5C. Windows color (decimal): -15109473 or 10449433. OLE color: 10449433.

HSL color Cylindrical-coordinate representation of color #19729F: hue angle of 200.15º 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 #19729F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25114159-
CMYK0.840.2800.38
HSL200.15º72.83%36.08%-
HSV(B)200.15º84.28%62.35%-
XYZ12.6814.7434.98-
YUV92.52165.5179.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=8.39%
G=38.26%
B=53.36%

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
Decimal251141590.840.2800.38200.1572.8336.08
Hex19729F541C026c84924
Octal311622371243404631011144
Binary110011110010100111111010100111000100110110010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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