#1f808c

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

Shades of Atoll #1F808C

Tints of Atoll #1F808C

Color information

#1F808C (or 0x1F808C) is unknown color: approx Atoll. HEX triplet: 1F, 80 and 8C. RGB value is (31,128,140). Sum of RGB (Red+Green+Blue) = 31+128+140=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F808C is #E07F73. Grayscale: #646464. Windows color (decimal): -14712692 or 9207839. OLE color: 9207839.

HSL color Cylindrical-coordinate representation of color #1F808C: hue angle of 186.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F808C is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31128140-
CMYK0.780.0900.45
HSL186.61º63.74%33.53%-
HSV(B)186.61º77.86%54.9%-
XYZ13.0217.6227.53-
YUV100.36150.3678.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=10.37%
G=42.81%
B=46.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311281400.780.0900.45186.6163.7433.53
Hex1F808C4E902Dbb4022
Octal372002141161105527310042
Binary111111000000010001100100111010010101101101110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f808c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,128,140); }

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

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

 a { background-color: rgb(31,128,140); }

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

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

 span { border-color: rgb(31,128,140); }

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