#1F3187

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

Shades of Resolution Blue #1F3187

Tints of Resolution Blue #1F3187

Color information

#1F3187 (or 0x1F3187) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 87. RGB value is (31,49,135). Sum of RGB (Red+Green+Blue) = 31+49+135=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F3187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3187 is #E0CE78. Grayscale: #353535. Windows color (decimal): -14732921 or 8859935. OLE color: 8859935.

HSL color Cylindrical-coordinate representation of color #1F3187: hue angle of 229.62º 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 #1F3187 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3149135-
CMYK0.770.6400.47
HSL229.62º62.65%32.55%-
HSV(B)229.62º77.04%52.94%-
XYZ6.044.2423.42-
YUV53.42174.04112.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=14.42%
G=22.79%
B=62.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31491350.770.6400.47229.6262.6532.55
Hex1F31874D4002Fe63f21
Octal37612071151000573467741
Binary111111100011000011110011011000000010111111100110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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