#1C6578

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

Shades of Allports #1C6578

Tints of Allports #1C6578

Color information

#1C6578 (or 0x1C6578) is unknown color: approx Allports. HEX triplet: 1C, 65 and 78. RGB value is (28,101,120). Sum of RGB (Red+Green+Blue) = 28+101+120=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C6578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6578 is #E39A87. Grayscale: #515151. Windows color (decimal): -14916232 or 7890204. OLE color: 7890204.

HSL color Cylindrical-coordinate representation of color #1C6578: hue angle of 192.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C6578 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB28101120-
CMYK0.770.1600.53
HSL192.39º62.16%29.02%-
HSV(B)192.39º76.67%47.06%-
XYZ8.5210.9119.43-
YUV81.34149.8289.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=11.24%
G=40.56%
B=48.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281011200.770.1600.53192.3962.1629.02
Hex1C65784D10035c03e1d
Octal34145170115200653007635
Binary111001100101111100010011011000001101011100000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,101,120); }

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

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

 a { background-color: rgb(28,101,120); }

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

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

 span { border-color: rgb(28,101,120); }

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