#1D659B

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

Shades of Lochmara #1D659B

Tints of Lochmara #1D659B

Color information

#1D659B (or 0x1D659B) is unknown color: approx Lochmara. HEX triplet: 1D, 65 and 9B. RGB value is (29,101,155). Sum of RGB (Red+Green+Blue) = 29+101+155=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D659B is #E29A64. Grayscale: #555555. Windows color (decimal): -14850661 or 10183965. OLE color: 10183965.

HSL color Cylindrical-coordinate representation of color #1D659B: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D659B is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB29101155-
CMYK0.810.3500.39
HSL205.71º68.48%36.08%-
HSV(B)205.71º81.29%60.78%-
XYZ11.0811.9432.73-
YUV85.63167.1587.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.18%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=10.18%
G=35.44%
B=54.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal291011550.810.3500.39205.7168.4836.08
Hex1D659B5123027ce4424
Octal351452331214304731610444
Binary1110111001011001101110100011000110100111110011101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,155); }

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

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

 a { background-color: rgb(29,101,155); }

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

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

 span { border-color: rgb(29,101,155); }

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