#1C6673

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

Shades of Allports #1C6673

Tints of Allports #1C6673

Color information

#1C6673 (or 0x1C6673) is unknown color: approx Allports. HEX triplet: 1C, 66 and 73. RGB value is (28,102,115). Sum of RGB (Red+Green+Blue) = 28+102+115=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6673 is #E3998C. Grayscale: #515151. Windows color (decimal): -14915981 or 7562780. OLE color: 7562780.

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

Color convert

RGB28102115-
CMYK0.760.1100.55
HSL188.97º60.84%28.04%-
HSV(B)188.97º75.65%45.1%-
XYZ8.3210.9917.9-
YUV81.36146.9889.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=11.43%
G=41.63%
B=46.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal281021150.760.1100.55188.9760.8428.04
Hex1C66734CB037bd3d1c
Octal34146163114130672757534
Binary11100110011011100111001100101101101111011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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