#1C6484

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

Shades of Allports #1C6484

Tints of Allports #1C6484

Color information

#1C6484 (or 0x1C6484) is unknown color: approx Allports. HEX triplet: 1C, 64 and 84. RGB value is (28,100,132). Sum of RGB (Red+Green+Blue) = 28+100+132=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C6484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6484 is #E39B7B. Grayscale: #515151. Windows color (decimal): -14916476 or 8676380. OLE color: 8676380.

HSL color Cylindrical-coordinate representation of color #1C6484: hue angle of 198.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6484 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB28100132-
CMYK0.790.2400.48
HSL198.46º65%31.37%-
HSV(B)198.46º78.79%51.76%-
XYZ9.211.0323.47-
YUV82.12156.1589.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.77%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=10.77%
G=38.46%
B=50.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281001320.790.2400.48198.466531.37
Hex1C64844F18030c6411f
Octal341442041173006030610137
Binary11100110010010000100100111111000011000011000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,100,132); }

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

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

 a { background-color: rgb(28,100,132); }

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

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

 span { border-color: rgb(28,100,132); }

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