#1B789B

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

Shades of Lochmara #1B789B

Tints of Lochmara #1B789B

Color information

#1B789B (or 0x1B789B) is unknown color: approx Lochmara. HEX triplet: 1B, 78 and 9B. RGB value is (27,120,155). Sum of RGB (Red+Green+Blue) = 27+120+155=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B789B is #E48764. Grayscale: #5F5F5F. Windows color (decimal): -14976869 or 10188827. OLE color: 10188827.

HSL color Cylindrical-coordinate representation of color #1B789B: hue angle of 196.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B789B is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB27120155-
CMYK0.830.2300.39
HSL196.41º70.33%35.69%-
HSV(B)196.41º82.58%60.78%-
XYZ13.0816.0333.42-
YUV96.18161.1978.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=8.94%
G=39.74%
B=51.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271201550.830.2300.39196.4170.3335.69
Hex1B789B5317027c44624
Octal331702331232704730410644
Binary110111111000100110111010011101110100111110001001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,120,155); }

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

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

 a { background-color: rgb(27,120,155); }

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

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

 span { border-color: rgb(27,120,155); }

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