#1A699E

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

Shades of Lochmara #1A699E

Tints of Lochmara #1A699E

Color information

#1A699E (or 0x1A699E) is unknown color: approx Lochmara. HEX triplet: 1A, 69 and 9E. RGB value is (26,105,158). Sum of RGB (Red+Green+Blue) = 26+105+158=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A699E is #E59661. Grayscale: #575757. Windows color (decimal): -15046242 or 10381594. OLE color: 10381594.

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

Color convert

RGB26105158-
CMYK0.840.3400.38
HSL204.09º71.74%36.08%-
HSV(B)204.09º83.54%61.96%-
XYZ11.6512.7934.2-
YUV87.42167.8384.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=9.00%
G=36.33%
B=54.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261051580.840.3400.38204.0971.7436.08
Hex1A699E5422026cc4824
Octal321512361244204631411044
Binary1101011010011001111010101001000100100110110011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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