#19709B

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

Shades of Lochmara #19709B

Tints of Lochmara #19709B

Color information

#19709B (or 0x19709B) is unknown color: approx Lochmara. HEX triplet: 19, 70 and 9B. RGB value is (25,112,155). Sum of RGB (Red+Green+Blue) = 25+112+155=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #19709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19709B is #E68F64. Grayscale: #5A5A5A. Windows color (decimal): -15109989 or 10186777. OLE color: 10186777.

HSL color Cylindrical-coordinate representation of color #19709B: hue angle of 199.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19709B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB25112155-
CMYK0.840.2800.39
HSL199.85º72.22%35.29%-
HSV(B)199.85º83.87%60.78%-
XYZ12.1114.1633.11-
YUV90.89164.1881-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=8.56%
G=38.36%
B=53.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251121550.840.2800.39199.8572.2235.29
Hex19709B541C027c84823
Octal311602331243404731011043
Binary110011110000100110111010100111000100111110010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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