#1B77AD

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

Shades of Lochmara #1B77AD

Tints of Lochmara #1B77AD

Color information

#1B77AD (or 0x1B77AD) is unknown color: approx Lochmara. HEX triplet: 1B, 77 and AD. RGB value is (27,119,173). Sum of RGB (Red+Green+Blue) = 27+119+173=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B77AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B77AD is #E48852. Grayscale: #616161. Windows color (decimal): -14977107 or 11368219. OLE color: 11368219.

HSL color Cylindrical-coordinate representation of color #1B77AD: hue angle of 202.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B77AD is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27119173-
CMYK0.840.3100.32
HSL202.19º73%39.22%-
HSV(B)202.19º84.39%67.84%-
XYZ14.5916.4441.94-
YUV97.65170.5277.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.46%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 173 (67.97% from 255) = 54.23%
R=8.46%
G=37.30%
B=54.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271191730.840.3100.32202.197339.22
Hex1B77AD541F020ca4927
Octal331672551243704031211147
Binary110111110111101011011010100111110100000110010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,119,173); }

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

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

 a { background-color: rgb(27,119,173); }

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

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

 span { border-color: rgb(27,119,173); }

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