#1F8389

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

Shades of Atoll #1F8389

Tints of Atoll #1F8389

Color information

#1F8389 (or 0x1F8389) is unknown color: approx Atoll. HEX triplet: 1F, 83 and 89. RGB value is (31,131,137). Sum of RGB (Red+Green+Blue) = 31+131+137=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8389 is #E07C76. Grayscale: #656565. Windows color (decimal): -14711927 or 9011999. OLE color: 9011999.

HSL color Cylindrical-coordinate representation of color #1F8389: hue angle of 183.4º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8389 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB31131137-
CMYK0.770.0400.46
HSL183.4º63.1%32.94%-
HSV(B)183.4º77.37%53.73%-
XYZ13.218.3326.51-
YUV101.78147.8777.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.37%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=10.37%
G=43.81%
B=45.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311311370.770.0400.46183.463.132.94
Hex1F83894D402Eb73f21
Octal3720321111540562677741
Binary1111110000011100010011001101100010111010110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,137); }

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

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

 a { background-color: rgb(31,131,137); }

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

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

 span { border-color: rgb(31,131,137); }

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