#19739D

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

Shades of Lochmara #19739D

Tints of Lochmara #19739D

Color information

#19739D (or 0x19739D) is unknown color: approx Lochmara. HEX triplet: 19, 73 and 9D. RGB value is (25,115,157). Sum of RGB (Red+Green+Blue) = 25+115+157=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #19739D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19739D is #E68C62. Grayscale: #5C5C5C. Windows color (decimal): -15109219 or 10318617. OLE color: 10318617.

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

Color convert

RGB25115157-
CMYK0.840.2700.38
HSL199.09º72.53%35.69%-
HSV(B)199.09º84.08%61.57%-
XYZ12.6214.934.11-
YUV92.88164.1879.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=8.42%
G=38.72%
B=52.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251151570.840.2700.38199.0972.5335.69
Hex19739D541B026c74924
Octal311632351243304630711144
Binary110011110011100111011010100110110100110110001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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