#1A739C

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

Shades of Lochmara #1A739C

Tints of Lochmara #1A739C

Color information

#1A739C (or 0x1A739C) is unknown color: approx Lochmara. HEX triplet: 1A, 73 and 9C. RGB value is (26,115,156). Sum of RGB (Red+Green+Blue) = 26+115+156=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A739C is #E58C63. Grayscale: #5C5C5C. Windows color (decimal): -15043684 or 10253082. OLE color: 10253082.

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

Color convert

RGB26115156-
CMYK0.830.2600.39
HSL198.92º71.43%35.69%-
HSV(B)198.92º83.33%61.18%-
XYZ12.5614.8833.66-
YUV93.06163.5180.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=8.75%
G=38.72%
B=52.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal261151560.830.2600.39198.9271.4335.69
Hex1A739C531A027c74724
Octal321632341233204730710744
Binary110101110011100111001010011110100100111110001111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,156); }

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

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

 a { background-color: rgb(26,115,156); }

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

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

 span { border-color: rgb(26,115,156); }

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