#1C6182

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

Shades of Allports #1C6182

Tints of Allports #1C6182

Color information

#1C6182 (or 0x1C6182) is unknown color: approx Allports. HEX triplet: 1C, 61 and 82. RGB value is (28,97,130). Sum of RGB (Red+Green+Blue) = 28+97+130=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #1C6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6182 is #E39E7D. Grayscale: #4F4F4F. Windows color (decimal): -14917246 or 8544540. OLE color: 8544540.

HSL color Cylindrical-coordinate representation of color #1C6182: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C6182 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2897130-
CMYK0.780.2500.49
HSL199.41º64.56%30.98%-
HSV(B)199.41º78.46%50.98%-
XYZ8.7810.4122.67-
YUV80.13156.1490.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=10.98%
G=38.04%
B=50.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28971300.780.2500.49199.4164.5630.98
Hex1C61824E19031c7411f
Octal341412021163106130710137
Binary11100110000110000010100111011001011000111000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,130); }

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

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

 a { background-color: rgb(28,97,130); }

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

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

 span { border-color: rgb(28,97,130); }

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