#1D7CB1

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

Shades of Lochmara #1D7CB1

Tints of Lochmara #1D7CB1

Color information

#1D7CB1 (or 0x1D7CB1) is unknown color: approx Lochmara. HEX triplet: 1D, 7C and B1. RGB value is (29,124,177). Sum of RGB (Red+Green+Blue) = 29+124+177=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 177 (69.53% from 255 or 53.64% from 330); Max value from RGB is 177 - color contains mainly: blue. Hex color #1D7CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7CB1 is #E2834E. Grayscale: #656565. Windows color (decimal): -14844751 or 11631645. OLE color: 11631645.

HSL color Cylindrical-coordinate representation of color #1D7CB1: hue angle of 201.49º 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 #1D7CB1 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB29124177-
CMYK0.840.3000.31
HSL201.49º71.84%40.39%-
HSV(B)201.49º83.62%69.41%-
XYZ15.6517.8544.22-
YUV101.64170.5376.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.79%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 177 (69.53% from 255) = 53.64%
R=8.79%
G=37.58%
B=53.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291241770.840.3000.31201.4971.8440.39
Hex1D7CB1541E01Fc94828
Octal351742611243603731111050
Binary11101111110010110001101010011110011111110010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,124,177); }

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

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

 a { background-color: rgb(29,124,177); }

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

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

 span { border-color: rgb(29,124,177); }

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