#1C6873

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

Shades of Allports #1C6873

Tints of Allports #1C6873

Color information

#1C6873 (or 0x1C6873) is unknown color: approx Allports. HEX triplet: 1C, 68 and 73. RGB value is (28,104,115). Sum of RGB (Red+Green+Blue) = 28+104+115=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6873 is #E3978C. Grayscale: #525252. Windows color (decimal): -14915469 or 7563292. OLE color: 7563292.

HSL color Cylindrical-coordinate representation of color #1C6873: hue angle of 187.59º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6873 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB28104115-
CMYK0.760.1000.55
HSL187.59º60.84%28.04%-
HSV(B)187.59º75.65%45.1%-
XYZ8.5211.3917.97-
YUV82.53146.3289.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=11.34%
G=42.11%
B=46.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281041150.760.1000.55187.5960.8428.04
Hex1C68734CA037bc3d1c
Octal34150163114120672747534
Binary11100110100011100111001100101001101111011110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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