#1C6273

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

Shades of Allports #1C6273

Tints of Allports #1C6273

Color information

#1C6273 (or 0x1C6273) is unknown color: approx Allports. HEX triplet: 1C, 62 and 73. RGB value is (28,98,115). Sum of RGB (Red+Green+Blue) = 28+98+115=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6273 is #E39D8C. Grayscale: #4E4E4E. Windows color (decimal): -14917005 or 7561756. OLE color: 7561756.

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

Color convert

RGB2898115-
CMYK0.760.1500.55
HSL191.72º60.84%28.04%-
HSV(B)191.72º75.65%45.1%-
XYZ7.9410.2217.77-
YUV79.01148.3191.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=11.62%
G=40.66%
B=47.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28981150.760.1500.55191.7260.8428.04
Hex1C62734CF037c03d1c
Octal34142163114170673007534
Binary11100110001011100111001100111101101111100000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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