#1f87ad

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

Shades of Pelorous #1F87AD

Tints of Pelorous #1F87AD

Color information

#1F87AD (or 0x1F87AD) is unknown color: approx Pelorous. HEX triplet: 1F, 87 and AD. RGB value is (31,135,173). Sum of RGB (Red+Green+Blue) = 31+135+173=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F87AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F87AD is #E07852. Grayscale: #6B6B6B. Windows color (decimal): -14710867 or 11372319. OLE color: 11372319.

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

Color convert

RGB31135173-
CMYK0.820.2200.32
HSL196.06º69.61%40%-
HSV(B)196.06º82.08%67.84%-
XYZ16.7720.6442.63-
YUV108.24164.5472.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.14%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=9.14%
G=39.82%
B=51.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311351730.820.2200.32196.0669.6140
Hex1F87AD5216020c44628
Octal372072551222604030410650
Binary1111110000111101011011010010101100100000110001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f87ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,173); }

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

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

 a { background-color: rgb(31,135,173); }

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

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

 span { border-color: rgb(31,135,173); }

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