#1F80AE

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

Shades of Pelorous #1F80AE

Tints of Pelorous #1F80AE

Color information

#1F80AE (or 0x1F80AE) is unknown color: approx Pelorous. HEX triplet: 1F, 80 and AE. RGB value is (31,128,174). Sum of RGB (Red+Green+Blue) = 31+128+174=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F80AE is #E07F51. Grayscale: #676767. Windows color (decimal): -14712658 or 11436063. OLE color: 11436063.

HSL color Cylindrical-coordinate representation of color #1F80AE: hue angle of 199.3º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F80AE is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31128174-
CMYK0.820.2600.32
HSL199.3º69.76%40.2%-
HSV(B)199.3º82.18%68.24%-
XYZ15.9218.7942.83-
YUV104.24167.3675.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=9.31%
G=38.44%
B=52.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311281740.820.2600.32199.369.7640.2
Hex1F80AE521A020c74628
Octal372002561223204030710650
Binary1111110000000101011101010010110100100000110001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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