#1D669B

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

Shades of Lochmara #1D669B

Tints of Lochmara #1D669B

Color information

#1D669B (or 0x1D669B) is unknown color: approx Lochmara. HEX triplet: 1D, 66 and 9B. RGB value is (29,102,155). Sum of RGB (Red+Green+Blue) = 29+102+155=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D669B is #E29964. Grayscale: #555555. Windows color (decimal): -14850405 or 10184221. OLE color: 10184221.

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

Color convert

RGB29102155-
CMYK0.810.3400.39
HSL205.24º68.48%36.08%-
HSV(B)205.24º81.29%60.78%-
XYZ11.1712.1332.76-
YUV86.21166.8287.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=10.14%
G=35.66%
B=54.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal291021550.810.3400.39205.2468.4836.08
Hex1D669B5122027cd4424
Octal351462331214204731510444
Binary1110111001101001101110100011000100100111110011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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