#19689D

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

Shades of Lochmara #19689D

Tints of Lochmara #19689D

Color information

#19689D (or 0x19689D) is unknown color: approx Lochmara. HEX triplet: 19, 68 and 9D. RGB value is (25,104,157). Sum of RGB (Red+Green+Blue) = 25+104+157=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #19689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19689D is #E69762. Grayscale: #565656. Windows color (decimal): -15112035 or 10315801. OLE color: 10315801.

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

Color convert

RGB25104157-
CMYK0.840.3400.38
HSL204.09º72.53%35.69%-
HSV(B)204.09º84.08%61.57%-
XYZ11.4412.5433.72-
YUV86.42167.8384.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.74%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=8.74%
G=36.36%
B=54.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251041570.840.3400.38204.0972.5335.69
Hex19689D5422026cc4924
Octal311502351244204631411144
Binary1100111010001001110110101001000100100110110011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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