#1F86B1

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

Shades of Pelorous #1F86B1

Tints of Pelorous #1F86B1

Color information

#1F86B1 (or 0x1F86B1) is unknown color: approx Pelorous. HEX triplet: 1F, 86 and B1. RGB value is (31,134,177). Sum of RGB (Red+Green+Blue) = 31+134+177=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F86B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F86B1 is #E0794E. Grayscale: #6B6B6B. Windows color (decimal): -14711119 or 11634207. OLE color: 11634207.

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

Color convert

RGB31134177-
CMYK0.820.2400.31
HSL197.67º70.19%40.78%-
HSV(B)197.67º82.49%69.41%-
XYZ17.0320.5244.66-
YUV108.1166.8873-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.06%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=9.06%
G=39.18%
B=51.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311341770.820.2400.31197.6770.1940.78
Hex1F86B1521801Fc64629
Octal372062611223003730610651
Binary111111000011010110001101001011000011111110001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F86B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,134,177); }

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

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

 a { background-color: rgb(31,134,177); }

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

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

 span { border-color: rgb(31,134,177); }

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