#1F81B0

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

Shades of Pelorous #1F81B0

Tints of Pelorous #1F81B0

Color information

#1F81B0 (or 0x1F81B0) is unknown color: approx Pelorous. HEX triplet: 1F, 81 and B0. RGB value is (31,129,176). Sum of RGB (Red+Green+Blue) = 31+129+176=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F81B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F81B0 is #E07E4F. Grayscale: #686868. Windows color (decimal): -14712400 or 11567391. OLE color: 11567391.

HSL color Cylindrical-coordinate representation of color #1F81B0: hue angle of 199.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F81B0 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB31129176-
CMYK0.820.2700.31
HSL199.45º70.05%40.59%-
HSV(B)199.45º82.39%69.02%-
XYZ16.2519.1343.91-
YUV105.06168.0375.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.23%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 176 (69.14% from 255) = 52.38%
R=9.23%
G=38.39%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311291760.820.2700.31199.4570.0540.59
Hex1F81B0521B01Fc74629
Octal372012601223303730710651
Binary111111000000110110000101001011011011111110001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F81B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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