#1A679F

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

Shades of Lochmara #1A679F

Tints of Lochmara #1A679F

Color information

#1A679F (or 0x1A679F) is unknown color: approx Lochmara. HEX triplet: 1A, 67 and 9F. RGB value is (26,103,159). Sum of RGB (Red+Green+Blue) = 26+103+159=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A679F is #E59860. Grayscale: #565656. Windows color (decimal): -15046753 or 10446618. OLE color: 10446618.

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

Color convert

RGB26103159-
CMYK0.840.3500.38
HSL205.26º71.89%36.27%-
HSV(B)205.26º83.65%62.35%-
XYZ11.5312.4234.59-
YUV86.36168.9984.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.03%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=9.03%
G=35.76%
B=55.21%

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
Decimal261031590.840.3500.38205.2671.8936.27
Hex1A679F5423026cd4824
Octal321472371244304631511044
Binary1101011001111001111110101001000110100110110011011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A679F; }

 p { color: rgb(26,103,159); }

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

<style>
 a { background-color: #1A679F; }

 a { background-color: rgb(26,103,159); }

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

<style>
 span { border-color: #1A679F; }

 span { border-color: rgb(26,103,159); }

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