#1A6D99

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

Shades of Lochmara #1A6D99

Tints of Lochmara #1A6D99

Color information

#1A6D99 (or 0x1A6D99) is unknown color: approx Lochmara. HEX triplet: 1A, 6D and 99. RGB value is (26,109,153). Sum of RGB (Red+Green+Blue) = 26+109+153=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A6D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6D99 is #E59266. Grayscale: #585858. Windows color (decimal): -15045223 or 10054938. OLE color: 10054938.

HSL color Cylindrical-coordinate representation of color #1A6D99: hue angle of 200.79º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6D99 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB26109153-
CMYK0.830.2900.4
HSL200.79º70.95%35.1%-
HSV(B)200.79º83.01%60%-
XYZ11.6413.4632.12-
YUV89.216482.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.03%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=9.03%
G=37.85%
B=53.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261091530.830.2900.4200.7970.9535.1
Hex1A6D99531D028c94723
Octal321552311233505031110743
Binary110101101101100110011010011111010101000110010011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,153); }

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

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

 a { background-color: rgb(26,109,153); }

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

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

 span { border-color: rgb(26,109,153); }

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