#1B759F

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

Shades of Lochmara #1B759F

Tints of Lochmara #1B759F

Color information

#1B759F (or 0x1B759F) is unknown color: approx Lochmara. HEX triplet: 1B, 75 and 9F. RGB value is (27,117,159). Sum of RGB (Red+Green+Blue) = 27+117+159=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B759F is #E48A60. Grayscale: #5E5E5E. Windows color (decimal): -14977633 or 10450203. OLE color: 10450203.

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

Color convert

RGB27117159-
CMYK0.830.2600.38
HSL199.09º70.97%36.47%-
HSV(B)199.09º83.02%62.35%-
XYZ13.0715.4635.1-
YUV94.88164.1879.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=8.91%
G=38.61%
B=52.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal271171590.830.2600.38199.0970.9736.47
Hex1B759F531A026c74724
Octal331652371233204630710744
Binary110111110101100111111010011110100100110110001111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,159); }

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

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

 a { background-color: rgb(27,117,159); }

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

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

 span { border-color: rgb(27,117,159); }

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