#1A6A9E

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

Shades of Lochmara #1A6A9E

Tints of Lochmara #1A6A9E

Color information

#1A6A9E (or 0x1A6A9E) is unknown color: approx Lochmara. HEX triplet: 1A, 6A and 9E. RGB value is (26,106,158). Sum of RGB (Red+Green+Blue) = 26+106+158=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A6A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6A9E is #E59561. Grayscale: #575757. Windows color (decimal): -15045986 or 10381850. OLE color: 10381850.

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

Color convert

RGB26106158-
CMYK0.840.3300.38
HSL203.64º71.74%36.08%-
HSV(B)203.64º83.54%61.96%-
XYZ11.751334.24-
YUV88.01167.583.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.97%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=8.97%
G=36.55%
B=54.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261061580.840.3300.38203.6471.7436.08
Hex1A6A9E5421026cc4824
Octal321522361244104631411044
Binary1101011010101001111010101001000010100110110011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,106,158); }

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

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

 a { background-color: rgb(26,106,158); }

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

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

 span { border-color: rgb(26,106,158); }

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