#1F2E89

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

Shades of Resolution Blue #1F2E89

Tints of Resolution Blue #1F2E89

Color information

#1F2E89 (or 0x1F2E89) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2E and 89. RGB value is (31,46,137). Sum of RGB (Red+Green+Blue) = 31+46+137=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F2E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2E89 is #E0D176. Grayscale: #333333. Windows color (decimal): -14733687 or 8990239. OLE color: 8990239.

HSL color Cylindrical-coordinate representation of color #1F2E89: hue angle of 231.51º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2E89 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3146137-
CMYK0.770.6600.46
HSL231.51º63.1%32.94%-
HSV(B)231.51º77.37%53.73%-
XYZ6.064.0524.13-
YUV51.89176.03113.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 137 (53.91% from 255) = 64.02%
R=14.49%
G=21.50%
B=64.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31461370.770.6600.46231.5163.132.94
Hex1F2E894D4202Ee83f21
Octal37562111151020563507741
Binary111111011101000100110011011000010010111011101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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