#1f777a

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

Shades of Atoll #1F777A

Tints of Atoll #1F777A

Color information

#1F777A (or 0x1F777A) is unknown color: approx Atoll. HEX triplet: 1F, 77 and 7A. RGB value is (31,119,122). Sum of RGB (Red+Green+Blue) = 31+119+122=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F777A is #E08885. Grayscale: #5C5C5C. Windows color (decimal): -14715014 or 8025887. OLE color: 8025887.

HSL color Cylindrical-coordinate representation of color #1F777A: hue angle of 181.98º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F777A is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB31119122-
CMYK0.750.0200.52
HSL181.98º59.48%30%-
HSV(B)181.98º74.59%47.84%-
XYZ10.6714.8920.72-
YUV93.03144.3583.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.40%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=11.40%
G=43.75%
B=44.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311191220.750.0200.52181.9859.4830
Hex1F777A4B2034b63b1e
Octal3716717211320642667336
Binary111111110111111101010010111001101001011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f777a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,122); }

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

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

 a { background-color: rgb(31,119,122); }

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

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

 span { border-color: rgb(31,119,122); }

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