#1D7A9C

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

Shades of Lochmara #1D7A9C

Tints of Lochmara #1D7A9C

Color information

#1D7A9C (or 0x1D7A9C) is unknown color: approx Lochmara. HEX triplet: 1D, 7A and 9C. RGB value is (29,122,156). Sum of RGB (Red+Green+Blue) = 29+122+156=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D7A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7A9C is #E28563. Grayscale: #616161. Windows color (decimal): -14845284 or 10254877. OLE color: 10254877.

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

Color convert

RGB29122156-
CMYK0.810.2200.39
HSL196.06º68.65%36.27%-
HSV(B)196.06º81.41%61.18%-
XYZ13.4716.5833.94-
YUV98.07160.6978.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=9.45%
G=39.74%
B=50.81%

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
Decimal291221560.810.2200.39196.0668.6536.27
Hex1D7A9C5116027c44524
Octal351722341212604730410544
Binary111011111010100111001010001101100100111110001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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