#1D649F

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

Shades of Lochmara #1D649F

Tints of Lochmara #1D649F

Color information

#1D649F (or 0x1D649F) is unknown color: approx Lochmara. HEX triplet: 1D, 64 and 9F. RGB value is (29,100,159). Sum of RGB (Red+Green+Blue) = 29+100+159=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D649F is #E29B60. Grayscale: #555555. Windows color (decimal): -14850913 or 10445853. OLE color: 10445853.

HSL color Cylindrical-coordinate representation of color #1D649F: hue angle of 207.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D649F is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB29100159-
CMYK0.820.3700.38
HSL207.23º69.15%36.86%-
HSV(B)207.23º81.76%62.35%-
XYZ11.3211.8834.5-
YUV85.5169.4887.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=10.07%
G=34.72%
B=55.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291001590.820.3700.38207.2369.1536.86
Hex1D649F5225026cf4525
Octal351442371224504631710545
Binary1110111001001001111110100101001010100110110011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,159); }

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

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

 a { background-color: rgb(29,100,159); }

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

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

 span { border-color: rgb(29,100,159); }

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