#1F3D73

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

Shades of Resolution Blue #1F3D73

Tints of Resolution Blue #1F3D73

Color information

#1F3D73 (or 0x1F3D73) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3D and 73. RGB value is (31,61,115). Sum of RGB (Red+Green+Blue) = 31+61+115=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3D73 is #E0C28C. Grayscale: #393939. Windows color (decimal): -14729869 or 7552287. OLE color: 7552287.

HSL color Cylindrical-coordinate representation of color #1F3D73: hue angle of 218.57º 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 #1F3D73 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3161115-
CMYK0.730.4700.55
HSL218.57º57.53%28.63%-
HSV(B)218.57º73.04%45.1%-
XYZ5.334.8716.88-
YUV58.19160.06108.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=14.98%
G=29.47%
B=55.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31611150.730.4700.55218.5757.5328.63
Hex1F3D73492F037db3a1d
Octal3775163111570673337235
Binary111111111011110011100100110111101101111101101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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