#1B6DA5

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

Shades of Lochmara #1B6DA5

Tints of Lochmara #1B6DA5

Color information

#1B6DA5 (or 0x1B6DA5) is unknown color: approx Lochmara. HEX triplet: 1B, 6D and A5. RGB value is (27,109,165). Sum of RGB (Red+Green+Blue) = 27+109+165=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B6DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6DA5 is #E4925A. Grayscale: #5A5A5A. Windows color (decimal): -14979675 or 10841371. OLE color: 10841371.

HSL color Cylindrical-coordinate representation of color #1B6DA5: hue angle of 204.35º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6DA5 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27109165-
CMYK0.840.3400.35
HSL204.35º71.88%37.65%-
HSV(B)204.35º83.64%64.71%-
XYZ12.7113.8937.61-
YUV90.87169.8382.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.97%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=8.97%
G=36.21%
B=54.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271091650.840.3400.35204.3571.8837.65
Hex1B6DA55422023cc4826
Octal331552451244204331411046
Binary1101111011011010010110101001000100100011110011001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,109,165); }

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

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

 a { background-color: rgb(27,109,165); }

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

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

 span { border-color: rgb(27,109,165); }

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