#1F84AE

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

Shades of Pelorous #1F84AE

Tints of Pelorous #1F84AE

Color information

#1F84AE (or 0x1F84AE) is unknown color: approx Pelorous. HEX triplet: 1F, 84 and AE. RGB value is (31,132,174). Sum of RGB (Red+Green+Blue) = 31+132+174=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F84AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F84AE is #E07B51. Grayscale: #6A6A6A. Windows color (decimal): -14711634 or 11437087. OLE color: 11437087.

HSL color Cylindrical-coordinate representation of color #1F84AE: hue angle of 197.62º 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 #1F84AE is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31132174-
CMYK0.820.2400.32
HSL197.62º69.76%40.2%-
HSV(B)197.62º82.18%68.24%-
XYZ16.4619.8543.01-
YUV106.59166.0474.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=9.20%
G=39.17%
B=51.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311321740.820.2400.32197.6269.7640.2
Hex1F84AE5218020c64628
Octal372042561223004030610650
Binary1111110000100101011101010010110000100000110001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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