#1B7399

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

Shades of Lochmara #1B7399

Tints of Lochmara #1B7399

Color information

#1B7399 (or 0x1B7399) is unknown color: approx Lochmara. HEX triplet: 1B, 73 and 99. RGB value is (27,115,153). Sum of RGB (Red+Green+Blue) = 27+115+153=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7399 is #E48C66. Grayscale: #5C5C5C. Windows color (decimal): -14978151 or 10056475. OLE color: 10056475.

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

Color convert

RGB27115153-
CMYK0.820.2500.4
HSL198.1º70%35.29%-
HSV(B)198.1º82.35%60%-
XYZ12.3314.7932.34-
YUV93.02161.8580.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=9.15%
G=38.98%
B=51.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271151530.820.2500.4198.17035.29
Hex1B73995219028c64623
Octal331632311223105030610643
Binary110111110011100110011010010110010101000110001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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