#1A6B96

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

Shades of Lochmara #1A6B96

Tints of Lochmara #1A6B96

Color information

#1A6B96 (or 0x1A6B96) is unknown color: approx Lochmara. HEX triplet: 1A, 6B and 96. RGB value is (26,107,150). Sum of RGB (Red+Green+Blue) = 26+107+150=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A6B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6B96 is #E59469. Grayscale: #575757. Windows color (decimal): -15045738 or 9857818. OLE color: 9857818.

HSL color Cylindrical-coordinate representation of color #1A6B96: hue angle of 200.81º 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 #1A6B96 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26107150-
CMYK0.830.2900.41
HSL200.81º70.45%34.51%-
HSV(B)200.81º82.67%58.82%-
XYZ11.1912.9430.76-
YUV87.68163.1684-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.19%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=9.19%
G=37.81%
B=53.00%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261071500.830.2900.41200.8170.4534.51
Hex1A6B96531D029c94623
Octal321532261233505131110643
Binary110101101011100101101010011111010101001110010011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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