#1D6BAB

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

Shades of Lochmara #1D6BAB

Tints of Lochmara #1D6BAB

Color information

#1D6BAB (or 0x1D6BAB) is unknown color: approx Lochmara. HEX triplet: 1D, 6B and AB. RGB value is (29,107,171). Sum of RGB (Red+Green+Blue) = 29+107+171=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6BAB is #E29454. Grayscale: #5A5A5A. Windows color (decimal): -14849109 or 11234077. OLE color: 11234077.

HSL color Cylindrical-coordinate representation of color #1D6BAB: hue angle of 207.04º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D6BAB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB29107171-
CMYK0.830.3700.33
HSL207.04º71%39.22%-
HSV(B)207.04º83.04%67.06%-
XYZ13.1213.7240.48-
YUV90.97173.1683.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=9.45%
G=34.85%
B=55.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal291071710.830.3700.33207.047139.22
Hex1D6BAB5325021cf4727
Octal351532531234504131710747
Binary1110111010111010101110100111001010100001110011111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,107,171); }

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

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

 a { background-color: rgb(29,107,171); }

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

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

 span { border-color: rgb(29,107,171); }

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