#1D6DA3

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

Shades of Lochmara #1D6DA3

Tints of Lochmara #1D6DA3

Color information

#1D6DA3 (or 0x1D6DA3) is unknown color: approx Lochmara. HEX triplet: 1D, 6D and A3. RGB value is (29,109,163). Sum of RGB (Red+Green+Blue) = 29+109+163=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D6DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6DA3 is #E2925C. Grayscale: #5A5A5A. Windows color (decimal): -14848605 or 10710301. OLE color: 10710301.

HSL color Cylindrical-coordinate representation of color #1D6DA3: hue angle of 204.18º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D6DA3 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB29109163-
CMYK0.820.3300.36
HSL204.18º69.79%37.65%-
HSV(B)204.18º82.21%63.92%-
XYZ12.5913.8436.66-
YUV91.24168.583.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.63%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 163 (64.06% from 255) = 54.15%
R=9.63%
G=36.21%
B=54.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291091630.820.3300.36204.1869.7937.65
Hex1D6DA35221024cc4626
Octal351552431224104431410646
Binary1110111011011010001110100101000010100100110011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,109,163); }

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

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

 a { background-color: rgb(29,109,163); }

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

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

 span { border-color: rgb(29,109,163); }

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