#1D799C

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

Shades of Lochmara #1D799C

Tints of Lochmara #1D799C

Color information

#1D799C (or 0x1D799C) is unknown color: approx Lochmara. HEX triplet: 1D, 79 and 9C. RGB value is (29,121,156). Sum of RGB (Red+Green+Blue) = 29+121+156=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D799C is #E28663. Grayscale: #616161. Windows color (decimal): -14845540 or 10254621. OLE color: 10254621.

HSL color Cylindrical-coordinate representation of color #1D799C: hue angle of 196.54º degrees, saturation: 0.69, 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 #1D799C is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB29121156-
CMYK0.810.2200.39
HSL196.54º68.65%36.27%-
HSV(B)196.54º81.41%61.18%-
XYZ13.3416.3433.9-
YUV97.48161.0279.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.48%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=9.48%
G=39.54%
B=50.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal291211560.810.2200.39196.5468.6536.27
Hex1D799C5116027c54524
Octal351712341212604730510544
Binary111011111001100111001010001101100100111110001011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,121,156); }

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

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

 a { background-color: rgb(29,121,156); }

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

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

 span { border-color: rgb(29,121,156); }

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