#1D7AB0

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

Shades of Lochmara #1D7AB0

Tints of Lochmara #1D7AB0

Color information

#1D7AB0 (or 0x1D7AB0) is unknown color: approx Lochmara. HEX triplet: 1D, 7A and B0. RGB value is (29,122,176). Sum of RGB (Red+Green+Blue) = 29+122+176=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D7AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7AB0 is #E2854F. Grayscale: #646464. Windows color (decimal): -14845264 or 11565597. OLE color: 11565597.

HSL color Cylindrical-coordinate representation of color #1D7AB0: hue angle of 202.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7AB0 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB29122176-
CMYK0.840.3100.31
HSL202.04º71.71%40.2%-
HSV(B)202.04º83.52%69.02%-
XYZ15.317.3143.61-
YUV100.35170.6977.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.87%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 176 (69.14% from 255) = 53.82%
R=8.87%
G=37.31%
B=53.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291221760.840.3100.31202.0471.7140.2
Hex1D7AB0541F01Fca4828
Octal351722601243703731211050
Binary11101111101010110000101010011111011111110010101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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