#1F7779

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

Shades of Atoll #1F7779

Tints of Atoll #1F7779

Color information

#1F7779 (or 0x1F7779) is unknown color: approx Atoll. HEX triplet: 1F, 77 and 79. RGB value is (31,119,121). Sum of RGB (Red+Green+Blue) = 31+119+121=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F7779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7779 is #E08886. Grayscale: #5C5C5C. Windows color (decimal): -14715015 or 7960351. OLE color: 7960351.

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

Color convert

RGB31119121-
CMYK0.740.0200.53
HSL181.33º59.21%29.8%-
HSV(B)181.33º74.38%47.45%-
XYZ10.6114.8720.4-
YUV92.92143.8583.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=11.44%
G=43.91%
B=44.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191210.740.0200.53181.3359.2129.8
Hex1F77794A2035b53b1e
Octal3716717111220652657336
Binary111111110111111100110010101001101011011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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