#1D6995

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

Shades of Lochmara #1D6995

Tints of Lochmara #1D6995

Color information

#1D6995 (or 0x1D6995) is unknown color: approx Lochmara. HEX triplet: 1D, 69 and 95. RGB value is (29,105,149). Sum of RGB (Red+Green+Blue) = 29+105+149=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D6995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6995 is #E2966A. Grayscale: #575757. Windows color (decimal): -14849643 or 9791773. OLE color: 9791773.

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

Color convert

RGB29105149-
CMYK0.810.3000.42
HSL202º67.42%34.9%-
HSV(B)202º80.54%58.43%-
XYZ10.9812.5330.27-
YUV87.29162.8286.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.25%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=10.25%
G=37.10%
B=52.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291051490.810.3000.4220267.4234.9
Hex1D6995511E02Aca4323
Octal351512251213605231210343
Binary111011101001100101011010001111100101010110010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,105,149); }

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

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

 a { background-color: rgb(29,105,149); }

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

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

 span { border-color: rgb(29,105,149); }

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