#1C6386

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

Shades of Allports #1C6386

Tints of Allports #1C6386

Color information

#1C6386 (or 0x1C6386) is unknown color: approx Allports. HEX triplet: 1C, 63 and 86. RGB value is (28,99,134). Sum of RGB (Red+Green+Blue) = 28+99+134=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C6386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6386 is #E39C79. Grayscale: #515151. Windows color (decimal): -14916730 or 8807196. OLE color: 8807196.

HSL color Cylindrical-coordinate representation of color #1C6386: hue angle of 199.81º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6386 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2899134-
CMYK0.790.2600.47
HSL199.81º65.43%31.76%-
HSV(B)199.81º79.1%52.55%-
XYZ9.2410.8924.17-
YUV81.76157.4889.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.73%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=10.73%
G=37.93%
B=51.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28991340.790.2600.47199.8165.4331.76
Hex1C63864F1A02Fc84120
Octal341432061173205731010140
Binary111001100011100001101001111110100101111110010001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,134); }

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

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

 a { background-color: rgb(28,99,134); }

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

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

 span { border-color: rgb(28,99,134); }

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