#1A7399

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

Shades of Lochmara #1A7399

Tints of Lochmara #1A7399

Color information

#1A7399 (or 0x1A7399) is unknown color: approx Lochmara. HEX triplet: 1A, 73 and 99. RGB value is (26,115,153). Sum of RGB (Red+Green+Blue) = 26+115+153=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7399 is #E58C66. Grayscale: #5C5C5C. Windows color (decimal): -15043687 or 10056474. OLE color: 10056474.

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

Color convert

RGB26115153-
CMYK0.830.2500.4
HSL197.95º70.95%35.1%-
HSV(B)197.95º83.01%60%-
XYZ12.3114.7832.34-
YUV92.72162.0180.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.84%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=8.84%
G=39.12%
B=52.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal261151530.830.2500.4197.9570.9535.1
Hex1A73995319028c64723
Octal321632311233105030610743
Binary110101110011100110011010011110010101000110001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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