#1F3E73

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

Shades of Resolution Blue #1F3E73

Tints of Resolution Blue #1F3E73

Color information

#1F3E73 (or 0x1F3E73) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3E and 73. RGB value is (31,62,115). Sum of RGB (Red+Green+Blue) = 31+62+115=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E73 is #E0C18C. Grayscale: #3A3A3A. Windows color (decimal): -14729613 or 7552543. OLE color: 7552543.

HSL color Cylindrical-coordinate representation of color #1F3E73: hue angle of 217.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3E73 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3162115-
CMYK0.730.4600.55
HSL217.86º57.53%28.63%-
HSV(B)217.86º73.04%45.1%-
XYZ5.384.9716.9-
YUV58.77159.73108.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 115 (45.31% from 255) = 55.29%
R=14.90%
G=29.81%
B=55.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31621150.730.4600.55217.8657.5328.63
Hex1F3E73492E037da3a1d
Octal3776163111560673327235
Binary111111111101110011100100110111001101111101101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,115); }

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

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

 a { background-color: rgb(31,62,115); }

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

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

 span { border-color: rgb(31,62,115); }

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