#19659E

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

Shades of Lochmara #19659E

Tints of Lochmara #19659E

Color information

#19659E (or 0x19659E) is unknown color: approx Lochmara. HEX triplet: 19, 65 and 9E. RGB value is (25,101,158). Sum of RGB (Red+Green+Blue) = 25+101+158=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #19659E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19659E is #E69A61. Grayscale: #545454. Windows color (decimal): -15112802 or 10380569. OLE color: 10380569.

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

Color convert

RGB25101158-
CMYK0.840.3600.38
HSL205.71º72.68%35.88%-
HSV(B)205.71º84.18%61.96%-
XYZ11.2311.9834.07-
YUV84.77169.3285.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=8.80%
G=35.56%
B=55.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251011580.840.3600.38205.7172.6835.88
Hex19659E5424026ce4924
Octal311452361244404631611144
Binary1100111001011001111010101001001000100110110011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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