#1B799B

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

Shades of Lochmara #1B799B

Tints of Lochmara #1B799B

Color information

#1B799B (or 0x1B799B) is unknown color: approx Lochmara. HEX triplet: 1B, 79 and 9B. RGB value is (27,121,155). Sum of RGB (Red+Green+Blue) = 27+121+155=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B799B is #E48664. Grayscale: #606060. Windows color (decimal): -14976613 or 10189083. OLE color: 10189083.

HSL color Cylindrical-coordinate representation of color #1B799B: hue angle of 195.94º 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 #1B799B is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB27121155-
CMYK0.830.2200.39
HSL195.94º70.33%35.69%-
HSV(B)195.94º82.58%60.78%-
XYZ13.2116.2733.46-
YUV96.77160.8678.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=8.91%
G=39.93%
B=51.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271211550.830.2200.39195.9470.3335.69
Hex1B799B5316027c44624
Octal331712331232604730410644
Binary110111111001100110111010011101100100111110001001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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