#1C6899

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

Shades of Lochmara #1C6899

Tints of Lochmara #1C6899

Color information

#1C6899 (or 0x1C6899) is unknown color: approx Lochmara. HEX triplet: 1C, 68 and 99. RGB value is (28,104,153). Sum of RGB (Red+Green+Blue) = 28+104+153=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C6899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6899 is #E39766. Grayscale: #565656. Windows color (decimal): -14915431 or 10053660. OLE color: 10053660.

HSL color Cylindrical-coordinate representation of color #1C6899: hue angle of 203.52º 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 #1C6899 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB28104153-
CMYK0.820.3200.4
HSL203.52º69.06%35.49%-
HSV(B)203.52º81.7%60%-
XYZ11.1812.4531.95-
YUV86.86165.3286.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=9.82%
G=36.49%
B=53.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281041530.820.3200.4203.5269.0635.49
Hex1C68995220028cc4523
Octal341502311224005031410543
Binary1110011010001001100110100101000000101000110011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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