#1D7499

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

Shades of Lochmara #1D7499

Tints of Lochmara #1D7499

Color information

#1D7499 (or 0x1D7499) is unknown color: approx Lochmara. HEX triplet: 1D, 74 and 99. RGB value is (29,116,153). Sum of RGB (Red+Green+Blue) = 29+116+153=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7499 is #E28B66. Grayscale: #5D5D5D. Windows color (decimal): -14846823 or 10056733. OLE color: 10056733.

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

Color convert

RGB29116153-
CMYK0.810.2400.4
HSL197.9º68.13%35.69%-
HSV(B)197.9º81.05%60%-
XYZ12.515.0532.38-
YUV94.21161.1881.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.73%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=9.73%
G=38.93%
B=51.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal291161530.810.2400.4197.968.1335.69
Hex1D74995118028c64424
Octal351642311213005030610444
Binary111011110100100110011010001110000101000110001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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