#1f3789

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

Shades of Resolution Blue #1F3789

Tints of Resolution Blue #1F3789

Color information

#1F3789 (or 0x1F3789) is unknown color: approx Resolution Blue. HEX triplet: 1F, 37 and 89. RGB value is (31,55,137). Sum of RGB (Red+Green+Blue) = 31+55+137=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3789 is #E0C876. Grayscale: #383838. Windows color (decimal): -14731383 or 8992543. OLE color: 8992543.

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

Color convert

RGB3155137-
CMYK0.770.6000.46
HSL226.42º63.1%32.94%-
HSV(B)226.42º77.37%53.73%-
XYZ6.454.8324.26-
YUV57.17173.05109.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=13.90%
G=24.66%
B=61.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31551370.770.6000.46226.4263.132.94
Hex1F37894D3C02Ee23f21
Octal3767211115740563427741
Binary11111110111100010011001101111100010111011100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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