#1D789C

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

Shades of Lochmara #1D789C

Tints of Lochmara #1D789C

Color information

#1D789C (or 0x1D789C) is unknown color: approx Lochmara. HEX triplet: 1D, 78 and 9C. RGB value is (29,120,156). Sum of RGB (Red+Green+Blue) = 29+120+156=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D789C is #E28763. Grayscale: #606060. Windows color (decimal): -14845796 or 10254365. OLE color: 10254365.

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

Color convert

RGB29120156-
CMYK0.810.2300.39
HSL197.01º68.65%36.27%-
HSV(B)197.01º81.41%61.18%-
XYZ13.2216.0933.86-
YUV96.89161.3579.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.51%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=9.51%
G=39.34%
B=51.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal291201560.810.2300.39197.0168.6536.27
Hex1D789C5117027c54524
Octal351702341212704730510544
Binary111011111000100111001010001101110100111110001011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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