#1D7399

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

Shades of Lochmara #1D7399

Tints of Lochmara #1D7399

Color information

#1D7399 (or 0x1D7399) is unknown color: approx Lochmara. HEX triplet: 1D, 73 and 99. RGB value is (29,115,153). Sum of RGB (Red+Green+Blue) = 29+115+153=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7399 is #E28C66. Grayscale: #5D5D5D. Windows color (decimal): -14847079 or 10056477. OLE color: 10056477.

HSL color Cylindrical-coordinate representation of color #1D7399: hue angle of 198.39º 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 #1D7399 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB29115153-
CMYK0.810.2500.4
HSL198.39º68.13%35.69%-
HSV(B)198.39º81.05%60%-
XYZ12.3914.8232.35-
YUV93.62161.5181.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=9.76%
G=38.72%
B=51.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal291151530.810.2500.4198.3968.1335.69
Hex1D73995119028c64424
Octal351632311213105030610444
Binary111011110011100110011010001110010101000110001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,153); }

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

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

 a { background-color: rgb(29,115,153); }

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

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

 span { border-color: rgb(29,115,153); }

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