#1F3573

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

Shades of Resolution Blue #1F3573

Tints of Resolution Blue #1F3573

Color information

#1F3573 (or 0x1F3573) is unknown color: approx Resolution Blue. HEX triplet: 1F, 35 and 73. RGB value is (31,53,115). Sum of RGB (Red+Green+Blue) = 31+53+115=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3573 is #E0CA8C. Grayscale: #353535. Windows color (decimal): -14731917 or 7550239. OLE color: 7550239.

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

Color convert

RGB3153115-
CMYK0.730.5400.55
HSL224.29º57.53%28.63%-
HSV(B)224.29º73.04%45.1%-
XYZ4.934.0816.75-
YUV53.49162.71111.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=15.58%
G=26.63%
B=57.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31531150.730.5400.55224.2957.5328.63
Hex1F35734936037e03a1d
Octal3765163111660673407235
Binary111111101011110011100100111011001101111110000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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