#1C6799

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

Shades of Lochmara #1C6799

Tints of Lochmara #1C6799

Color information

#1C6799 (or 0x1C6799) is unknown color: approx Lochmara. HEX triplet: 1C, 67 and 99. RGB value is (28,103,153). Sum of RGB (Red+Green+Blue) = 28+103+153=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6799 is #E39866. Grayscale: #565656. Windows color (decimal): -14915687 or 10053404. OLE color: 10053404.

HSL color Cylindrical-coordinate representation of color #1C6799: hue angle of 204º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6799 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB28103153-
CMYK0.820.3300.4
HSL204º69.06%35.49%-
HSV(B)204º81.7%60%-
XYZ11.0812.2531.92-
YUV86.28165.6586.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=9.86%
G=36.27%
B=53.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281031530.820.3300.420469.0635.49
Hex1C67995221028cc4523
Octal341472311224105031410543
Binary1110011001111001100110100101000010101000110011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,103,153); }

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

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

 a { background-color: rgb(28,103,153); }

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

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

 span { border-color: rgb(28,103,153); }

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