#19709D

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

Shades of Lochmara #19709D

Tints of Lochmara #19709D

Color information

#19709D (or 0x19709D) is unknown color: approx Lochmara. HEX triplet: 19, 70 and 9D. RGB value is (25,112,157). Sum of RGB (Red+Green+Blue) = 25+112+157=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #19709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19709D is #E68F62. Grayscale: #5A5A5A. Windows color (decimal): -15109987 or 10317849. OLE color: 10317849.

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

Color convert

RGB25112157-
CMYK0.840.2900.38
HSL200.45º72.53%35.69%-
HSV(B)200.45º84.08%61.57%-
XYZ12.2814.2334-
YUV91.12165.1880.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=8.50%
G=38.10%
B=53.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251121570.840.2900.38200.4572.5335.69
Hex19709D541D026c84924
Octal311602351243504631011144
Binary110011110000100111011010100111010100110110010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19709D; }

 p { color: rgb(25,112,157); }

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

<style>
 a { background-color: #19709D; }

 a { background-color: rgb(25,112,157); }

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

<style>
 span { border-color: #19709D; }

 span { border-color: rgb(25,112,157); }

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