#1A709E

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

Shades of Lochmara #1A709E

Tints of Lochmara #1A709E

Color information

#1A709E (or 0x1A709E) is unknown color: approx Lochmara. HEX triplet: 1A, 70 and 9E. RGB value is (26,112,158). Sum of RGB (Red+Green+Blue) = 26+112+158=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A709E is #E58F61. Grayscale: #5B5B5B. Windows color (decimal): -15044450 or 10383386. OLE color: 10383386.

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

Color convert

RGB26112158-
CMYK0.840.2900.38
HSL200.91º71.74%36.08%-
HSV(B)200.91º83.54%61.96%-
XYZ12.3914.2834.45-
YUV91.53165.5181.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=8.78%
G=37.84%
B=53.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal261121580.840.2900.38200.9171.7436.08
Hex1A709E541D026c94824
Octal321602361243504631111044
Binary110101110000100111101010100111010100110110010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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