#1F2E87

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

Shades of Resolution Blue #1F2E87

Tints of Resolution Blue #1F2E87

Color information

#1F2E87 (or 0x1F2E87) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2E and 87. RGB value is (31,46,135). Sum of RGB (Red+Green+Blue) = 31+46+135=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F2E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2E87 is #E0D178. Grayscale: #333333. Windows color (decimal): -14733689 or 8859167. OLE color: 8859167.

HSL color Cylindrical-coordinate representation of color #1F2E87: hue angle of 231.35º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2E87 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3146135-
CMYK0.770.6600.47
HSL231.35º62.65%32.55%-
HSV(B)231.35º77.04%52.94%-
XYZ5.923.9923.38-
YUV51.66175.03113.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=14.62%
G=21.70%
B=63.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31461350.770.6600.47231.3562.6532.55
Hex1F2E874D4202Fe73f21
Octal37562071151020573477741
Binary111111011101000011110011011000010010111111100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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