#1B7099

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

Shades of Lochmara #1B7099

Tints of Lochmara #1B7099

Color information

#1B7099 (or 0x1B7099) is unknown color: approx Lochmara. HEX triplet: 1B, 70 and 99. RGB value is (27,112,153). Sum of RGB (Red+Green+Blue) = 27+112+153=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B7099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7099 is #E48F66. Grayscale: #5B5B5B. Windows color (decimal): -14978919 or 10055707. OLE color: 10055707.

HSL color Cylindrical-coordinate representation of color #1B7099: hue angle of 199.52º 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 #1B7099 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27112153-
CMYK0.820.2700.4
HSL199.52º70%35.29%-
HSV(B)199.52º82.35%60%-
XYZ1214.1232.23-
YUV91.26162.8482.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.25%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=9.25%
G=38.36%
B=52.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271121530.820.2700.4199.527035.29
Hex1B7099521B028c84623
Octal331602311223305031010643
Binary110111110000100110011010010110110101000110010001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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