#1A6D96

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

Shades of Lochmara #1A6D96

Tints of Lochmara #1A6D96

Color information

#1A6D96 (or 0x1A6D96) is unknown color: approx Lochmara. HEX triplet: 1A, 6D and 96. RGB value is (26,109,150). Sum of RGB (Red+Green+Blue) = 26+109+150=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A6D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6D96 is #E59269. Grayscale: #585858. Windows color (decimal): -15045226 or 9858330. OLE color: 9858330.

HSL color Cylindrical-coordinate representation of color #1A6D96: hue angle of 199.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6D96 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26109150-
CMYK0.830.2700.41
HSL199.84º70.45%34.51%-
HSV(B)199.84º82.67%58.82%-
XYZ11.413.3630.83-
YUV88.86162.583.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=9.12%
G=38.25%
B=52.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261091500.830.2700.41199.8470.4534.51
Hex1A6D96531B029c84623
Octal321552261233305131010643
Binary110101101101100101101010011110110101001110010001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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