#1F3686

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

Shades of Resolution Blue #1F3686

Tints of Resolution Blue #1F3686

Color information

#1F3686 (or 0x1F3686) is unknown color: approx Resolution Blue. HEX triplet: 1F, 36 and 86. RGB value is (31,54,134). Sum of RGB (Red+Green+Blue) = 31+54+134=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F3686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3686 is #E0C979. Grayscale: #373737. Windows color (decimal): -14731642 or 8795679. OLE color: 8795679.

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

Color convert

RGB3154134-
CMYK0.770.6000.47
HSL226.6º62.42%32.35%-
HSV(B)226.6º76.87%52.55%-
XYZ6.194.6523.13-
YUV56.24171.88110-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=14.16%
G=24.66%
B=61.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31541340.770.6000.47226.662.4232.35
Hex1F36864D3C02Fe33e20
Octal3766206115740573437640
Binary11111110110100001101001101111100010111111100011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,134); }

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

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

 a { background-color: rgb(31,54,134); }

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

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

 span { border-color: rgb(31,54,134); }

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