#1A709B

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

Shades of Lochmara #1A709B

Tints of Lochmara #1A709B

Color information

#1A709B (or 0x1A709B) is unknown color: approx Lochmara. HEX triplet: 1A, 70 and 9B. RGB value is (26,112,155). Sum of RGB (Red+Green+Blue) = 26+112+155=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A709B is #E58F64. Grayscale: #5A5A5A. Windows color (decimal): -15044453 or 10186778. OLE color: 10186778.

HSL color Cylindrical-coordinate representation of color #1A709B: hue angle of 200º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A709B is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB26112155-
CMYK0.830.2800.39
HSL200º71.27%35.49%-
HSV(B)200º83.23%60.78%-
XYZ12.1414.1733.11-
YUV91.19164.0181.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=8.87%
G=38.23%
B=52.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal261121550.830.2800.3920071.2735.49
Hex1A709B531C027c84723
Octal321602331233404731010743
Binary110101110000100110111010011111000100111110010001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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