#1C6283

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

Shades of Allports #1C6283

Tints of Allports #1C6283

Color information

#1C6283 (or 0x1C6283) is unknown color: approx Allports. HEX triplet: 1C, 62 and 83. RGB value is (28,98,131). Sum of RGB (Red+Green+Blue) = 28+98+131=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #1C6283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6283 is #E39D7C. Grayscale: #505050. Windows color (decimal): -14916989 or 8610332. OLE color: 8610332.

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

Color convert

RGB2898131-
CMYK0.790.2500.49
HSL199.22º64.78%31.18%-
HSV(B)199.22º78.63%51.37%-
XYZ8.9410.6223.05-
YUV80.83156.3190.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=10.89%
G=38.13%
B=50.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28981310.790.2500.49199.2264.7831.18
Hex1C62834F19031c7411f
Octal341422031173106130710137
Binary11100110001010000011100111111001011000111000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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