#19679E

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

Shades of Lochmara #19679E

Tints of Lochmara #19679E

Color information

#19679E (or 0x19679E) is unknown color: approx Lochmara. HEX triplet: 19, 67 and 9E. RGB value is (25,103,158). Sum of RGB (Red+Green+Blue) = 25+103+158=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #19679E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19679E is #E69861. Grayscale: #555555. Windows color (decimal): -15112290 or 10381081. OLE color: 10381081.

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

Color convert

RGB25103158-
CMYK0.840.3500.38
HSL204.81º72.68%35.88%-
HSV(B)204.81º84.18%61.96%-
XYZ11.4212.3834.13-
YUV85.95168.6684.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.74%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=8.74%
G=36.01%
B=55.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251031580.840.3500.38204.8172.6835.88
Hex19679E5423026cd4924
Octal311472361244304631511144
Binary1100111001111001111010101001000110100110110011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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