#1F3287

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

Shades of Resolution Blue #1F3287

Tints of Resolution Blue #1F3287

Color information

#1F3287 (or 0x1F3287) is unknown color: approx Resolution Blue. HEX triplet: 1F, 32 and 87. RGB value is (31,50,135). Sum of RGB (Red+Green+Blue) = 31+50+135=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F3287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3287 is #E0CD78. Grayscale: #353535. Windows color (decimal): -14732665 or 8860191. OLE color: 8860191.

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

Color convert

RGB3150135-
CMYK0.770.6300.47
HSL229.04º62.65%32.55%-
HSV(B)229.04º77.04%52.94%-
XYZ6.084.3223.44-
YUV54.01173.71111.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 135 (53.12% from 255) = 62.5%
R=14.35%
G=23.15%
B=62.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31501350.770.6300.47229.0462.6532.55
Hex1F32874D3F02Fe53f21
Octal3762207115770573457741
Binary11111110010100001111001101111111010111111100101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,135); }

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

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

 a { background-color: rgb(31,50,135); }

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

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

 span { border-color: rgb(31,50,135); }

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