#1F7F8D

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

Shades of Atoll #1F7F8D

Tints of Atoll #1F7F8D

Color information

#1F7F8D (or 0x1F7F8D) is unknown color: approx Atoll. HEX triplet: 1F, 7F and 8D. RGB value is (31,127,141). Sum of RGB (Red+Green+Blue) = 31+127+141=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F7F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7F8D is #E08072. Grayscale: #636363. Windows color (decimal): -14712947 or 9273119. OLE color: 9273119.

HSL color Cylindrical-coordinate representation of color #1F7F8D: hue angle of 187.64º 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 #1F7F8D is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31127141-
CMYK0.780.1000.45
HSL187.64º63.95%33.73%-
HSV(B)187.64º78.01%55.29%-
XYZ12.9617.3927.87-
YUV99.89151.278.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=10.37%
G=42.47%
B=47.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311271410.780.1000.45187.6463.9533.73
Hex1F7F8D4EA02Dbc4022
Octal371772151161205527410042
Binary11111111111110001101100111010100101101101111001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,141); }

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

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

 a { background-color: rgb(31,127,141); }

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

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

 span { border-color: rgb(31,127,141); }

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