#1C6973

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

Shades of Allports #1C6973

Tints of Allports #1C6973

Color information

#1C6973 (or 0x1C6973) is unknown color: approx Allports. HEX triplet: 1C, 69 and 73. RGB value is (28,105,115). Sum of RGB (Red+Green+Blue) = 28+105+115=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6973 is #E3968C. Grayscale: #535353. Windows color (decimal): -14915213 or 7563548. OLE color: 7563548.

HSL color Cylindrical-coordinate representation of color #1C6973: hue angle of 186.9º 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 #1C6973 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB28105115-
CMYK0.760.0900.55
HSL186.9º60.84%28.04%-
HSV(B)186.9º75.65%45.1%-
XYZ8.6211.5918-
YUV83.12145.9988.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=11.29%
G=42.34%
B=46.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281051150.760.0900.55186.960.8428.04
Hex1C69734C9037bb3d1c
Octal34151163114110672737534
Binary11100110100111100111001100100101101111011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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