#19699E

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

Shades of Lochmara #19699E

Tints of Lochmara #19699E

Color information

#19699E (or 0x19699E) is unknown color: approx Lochmara. HEX triplet: 19, 69 and 9E. RGB value is (25,105,158). Sum of RGB (Red+Green+Blue) = 25+105+158=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #19699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19699E is #E69661. Grayscale: #565656. Windows color (decimal): -15111778 or 10381593. OLE color: 10381593.

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

Color convert

RGB25105158-
CMYK0.840.3400.38
HSL203.91º72.68%35.88%-
HSV(B)203.91º84.18%61.96%-
XYZ11.6212.7834.2-
YUV87.1216883.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=8.68%
G=36.46%
B=54.86%

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
Decimal251051580.840.3400.38203.9172.6835.88
Hex19699E5422026cc4924
Octal311512361244204631411144
Binary1100111010011001111010101001000100100110110011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19699E; }

 p { color: rgb(25,105,158); }

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

<style>
 a { background-color: #19699E; }

 a { background-color: rgb(25,105,158); }

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

<style>
 span { border-color: #19699E; }

 span { border-color: rgb(25,105,158); }

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