#1F85AB

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

Shades of Pelorous #1F85AB

Tints of Pelorous #1F85AB

Color information

#1F85AB (or 0x1F85AB) is unknown color: approx Pelorous. HEX triplet: 1F, 85 and AB. RGB value is (31,133,171). Sum of RGB (Red+Green+Blue) = 31+133+171=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F85AB is #E07A54. Grayscale: #6A6A6A. Windows color (decimal): -14711381 or 11240735. OLE color: 11240735.

HSL color Cylindrical-coordinate representation of color #1F85AB: hue angle of 196.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F85AB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31133171-
CMYK0.820.2200.33
HSL196.29º69.31%39.61%-
HSV(B)196.29º81.87%67.06%-
XYZ16.320.0141.53-
YUV106.83164.2173.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=9.25%
G=39.70%
B=51.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311331710.820.2200.33196.2969.3139.61
Hex1F85AB5216021c44528
Octal372052531222604130410550
Binary1111110000101101010111010010101100100001110001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,171); }

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

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

 a { background-color: rgb(31,133,171); }

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

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

 span { border-color: rgb(31,133,171); }

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