#1D659A

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

Shades of Lochmara #1D659A

Tints of Lochmara #1D659A

Color information

#1D659A (or 0x1D659A) is unknown color: approx Lochmara. HEX triplet: 1D, 65 and 9A. RGB value is (29,101,154). Sum of RGB (Red+Green+Blue) = 29+101+154=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D659A is #E29A65. Grayscale: #555555. Windows color (decimal): -14850662 or 10118429. OLE color: 10118429.

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

Color convert

RGB29101154-
CMYK0.810.3400.40
HSL205.44º68.31%35.88%-
HSV(B)205.44º81.17%60.39%-
XYZ10.9911.932.29-
YUV85.51166.6587.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.21%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=10.21%
G=35.56%
B=54.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal291011540.810.3400.40205.4468.3135.88
Hex1D659A5122028cd4424
Octal351452321214205031510444
Binary1110111001011001101010100011000100101000110011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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