#1F3273

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

Shades of Resolution Blue #1F3273

Tints of Resolution Blue #1F3273

Color information

#1F3273 (or 0x1F3273) is unknown color: approx Resolution Blue. HEX triplet: 1F, 32 and 73. RGB value is (31,50,115). Sum of RGB (Red+Green+Blue) = 31+50+115=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3273 is #E0CD8C. Grayscale: #333333. Windows color (decimal): -14732685 or 7549471. OLE color: 7549471.

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

Color convert

RGB3150115-
CMYK0.730.5700.55
HSL226.43º57.53%28.63%-
HSV(B)226.43º73.04%45.1%-
XYZ4.83.8116.7-
YUV51.73163.71113.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=15.82%
G=25.51%
B=58.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31501150.730.5700.55226.4357.5328.63
Hex1F32734939037e23a1d
Octal3762163111710673427235
Binary111111100101110011100100111100101101111110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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