#1F2E84

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

Shades of Resolution Blue #1F2E84

Tints of Resolution Blue #1F2E84

Color information

#1F2E84 (or 0x1F2E84) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2E and 84. RGB value is (31,46,132). Sum of RGB (Red+Green+Blue) = 31+46+132=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F2E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2E84 is #E0D17B. Grayscale: #323232. Windows color (decimal): -14733692 or 8662559. OLE color: 8662559.

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

Color convert

RGB3146132-
CMYK0.770.6500.48
HSL231.09º61.96%31.96%-
HSV(B)231.09º76.52%51.76%-
XYZ5.713.9122.28-
YUV51.32173.53113.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=14.83%
G=22.01%
B=63.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31461320.770.6500.48231.0961.9631.96
Hex1F2E844D41030e73e20
Octal37562041151010603477640
Binary111111011101000010010011011000001011000011100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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