#1C7880

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

Shades of Atoll #1C7880

Tints of Atoll #1C7880

Color information

#1C7880 (or 0x1C7880) is unknown color: approx Atoll. HEX triplet: 1C, 78 and 80. RGB value is (28,120,128). Sum of RGB (Red+Green+Blue) = 28+120+128=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C7880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7880 is #E3877F. Grayscale: #5D5D5D. Windows color (decimal): -14911360 or 8419356. OLE color: 8419356.

HSL color Cylindrical-coordinate representation of color #1C7880: hue angle of 184.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7880 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB28120128-
CMYK0.780.0600.50
HSL184.8º64.1%30.59%-
HSV(B)184.8º78.12%50.2%-
XYZ11.0915.2422.78-
YUV93.4147.5281.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=10.14%
G=43.48%
B=46.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal281201280.780.0600.50184.864.130.59
Hex1C78804E6032b9401f
Octal34170200116606227110037
Binary111001111000100000001001110110011001010111001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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