#1C6DAA

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

Shades of Lochmara #1C6DAA

Tints of Lochmara #1C6DAA

Color information

#1C6DAA (or 0x1C6DAA) is unknown color: approx Lochmara. HEX triplet: 1C, 6D and AA. RGB value is (28,109,170). Sum of RGB (Red+Green+Blue) = 28+109+170=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C6DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6DAA is #E39255. Grayscale: #5B5B5B. Windows color (decimal): -14914134 or 11169052. OLE color: 11169052.

HSL color Cylindrical-coordinate representation of color #1C6DAA: hue angle of 205.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6DAA is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28109170-
CMYK0.840.3600.33
HSL205.77º71.72%38.82%-
HSV(B)205.77º83.53%66.67%-
XYZ13.214.0940.05-
YUV91.73172.1682.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=9.12%
G=35.50%
B=55.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281091700.840.3600.33205.7771.7238.82
Hex1C6DAA5424021ce4827
Octal341552521244404131611047
Binary1110011011011010101010101001001000100001110011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,109,170); }

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

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

 a { background-color: rgb(28,109,170); }

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

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

 span { border-color: rgb(28,109,170); }

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