#1D66A2

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

Shades of Lochmara #1D66A2

Tints of Lochmara #1D66A2

Color information

#1D66A2 (or 0x1D66A2) is unknown color: approx Lochmara. HEX triplet: 1D, 66 and A2. RGB value is (29,102,162). Sum of RGB (Red+Green+Blue) = 29+102+162=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D66A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D66A2 is #E2995D. Grayscale: #565656. Windows color (decimal): -14850398 or 10642973. OLE color: 10642973.

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

Color convert

RGB29102162-
CMYK0.820.3700.36
HSL207.07º69.63%37.45%-
HSV(B)207.07º82.1%63.53%-
XYZ11.7812.3735.95-
YUV87.01170.3286.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=9.90%
G=34.81%
B=55.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291021620.820.3700.36207.0769.6337.45
Hex1D66A25225024cf4625
Octal351462421224504431710645
Binary1110111001101010001010100101001010100100110011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,102,162); }

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

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

 a { background-color: rgb(29,102,162); }

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

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

 span { border-color: rgb(29,102,162); }

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