#1D6D94

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

Shades of Lochmara #1D6D94

Tints of Lochmara #1D6D94

Color information

#1D6D94 (or 0x1D6D94) is unknown color: approx Lochmara. HEX triplet: 1D, 6D and 94. RGB value is (29,109,148). Sum of RGB (Red+Green+Blue) = 29+109+148=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D6D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6D94 is #E2926B. Grayscale: #595959. Windows color (decimal): -14848620 or 9727261. OLE color: 9727261.

HSL color Cylindrical-coordinate representation of color #1D6D94: hue angle of 199.66º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6D94 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB29109148-
CMYK0.800.2600.42
HSL199.66º67.23%34.71%-
HSV(B)199.66º80.41%58.04%-
XYZ11.3213.3429.99-
YUV89.5316184.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=10.14%
G=38.11%
B=51.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291091480.800.2600.42199.6667.2334.71
Hex1D6D94501A02Ac84323
Octal351552241203205231010343
Binary111011101101100101001010000110100101010110010001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,109,148); }

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

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

 a { background-color: rgb(29,109,148); }

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

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

 span { border-color: rgb(29,109,148); }

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