#1C6EAA

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

Shades of Lochmara #1C6EAA

Tints of Lochmara #1C6EAA

Color information

#1C6EAA (or 0x1C6EAA) is unknown color: approx Lochmara. HEX triplet: 1C, 6E and AA. RGB value is (28,110,170). Sum of RGB (Red+Green+Blue) = 28+110+170=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C6EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6EAA is #E39155. Grayscale: #5C5C5C. Windows color (decimal): -14913878 or 11169308. OLE color: 11169308.

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

Color convert

RGB28110170-
CMYK0.840.3500.33
HSL205.35º71.72%38.82%-
HSV(B)205.35º83.53%66.67%-
XYZ13.3114.340.09-
YUV92.32171.8382.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=9.09%
G=35.71%
B=55.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281101700.840.3500.33205.3571.7238.82
Hex1C6EAA5423021cd4827
Octal341562521244304131511047
Binary1110011011101010101010101001000110100001110011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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