#1F81AE

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

Shades of Pelorous #1F81AE

Tints of Pelorous #1F81AE

Color information

#1F81AE (or 0x1F81AE) is unknown color: approx Pelorous. HEX triplet: 1F, 81 and AE. RGB value is (31,129,174). Sum of RGB (Red+Green+Blue) = 31+129+174=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F81AE is #E07E51. Grayscale: #686868. Windows color (decimal): -14712402 or 11436319. OLE color: 11436319.

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

Color convert

RGB31129174-
CMYK0.820.2600.32
HSL198.88º69.76%40.2%-
HSV(B)198.88º82.18%68.24%-
XYZ16.0619.0542.87-
YUV104.83167.0375.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.28%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=9.28%
G=38.62%
B=52.10%

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
Decimal311291740.820.2600.32198.8869.7640.2
Hex1F81AE521A020c74628
Octal372012561223204030710650
Binary1111110000001101011101010010110100100000110001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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