#1F3B71

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

Shades of Resolution Blue #1F3B71

Tints of Resolution Blue #1F3B71

Color information

#1F3B71 (or 0x1F3B71) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3B and 71. RGB value is (31,59,113). Sum of RGB (Red+Green+Blue) = 31+59+113=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F3B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3B71 is #E0C48E. Grayscale: #383838. Windows color (decimal): -14730383 or 7420703. OLE color: 7420703.

HSL color Cylindrical-coordinate representation of color #1F3B71: hue angle of 219.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3B71 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3159113-
CMYK0.730.4800.56
HSL219.51º56.94%28.24%-
HSV(B)219.51º72.57%44.31%-
XYZ5.114.6116.24-
YUV56.78159.72109.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=15.27%
G=29.06%
B=55.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31591130.730.4800.56219.5156.9428.24
Hex1F3B714930038dc391c
Octal3773161111600703347134
Binary111111110111110001100100111000001110001101110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,59,113); }

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

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

 a { background-color: rgb(31,59,113); }

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

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

 span { border-color: rgb(31,59,113); }

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