#1F3184

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

Shades of Resolution Blue #1F3184

Tints of Resolution Blue #1F3184

Color information

#1F3184 (or 0x1F3184) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 84. RGB value is (31,49,132). Sum of RGB (Red+Green+Blue) = 31+49+132=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3184 is #E0CE7B. Grayscale: #343434. Windows color (decimal): -14732924 or 8663327. OLE color: 8663327.

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

Color convert

RGB3149132-
CMYK0.770.6300.48
HSL229.31º61.96%31.96%-
HSV(B)229.31º76.52%51.76%-
XYZ5.834.1522.32-
YUV53.08172.54112.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=14.62%
G=23.11%
B=62.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31491320.770.6300.48229.3161.9631.96
Hex1F31844D3F030e53e20
Octal3761204115770603457640
Binary11111110001100001001001101111111011000011100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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