#1F2F73

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

Shades of Resolution Blue #1F2F73

Tints of Resolution Blue #1F2F73

Color information

#1F2F73 (or 0x1F2F73) is unknown color: approx Resolution Blue. HEX triplet: 1F, 2F and 73. RGB value is (31,47,115). Sum of RGB (Red+Green+Blue) = 31+47+115=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F2F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F73 is #E0D08C. Grayscale: #313131. Windows color (decimal): -14733453 or 7548703. OLE color: 7548703.

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

Color convert

RGB3147115-
CMYK0.730.5900.55
HSL228.57º57.53%28.63%-
HSV(B)228.57º73.04%45.1%-
XYZ4.683.5616.66-
YUV49.97164.7114.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=16.06%
G=24.35%
B=59.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31471150.730.5900.55228.5757.5328.63
Hex1F2F73493B037e53a1d
Octal3757163111730673457235
Binary111111011111110011100100111101101101111110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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