#1F3072

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

Shades of Resolution Blue #1F3072

Tints of Resolution Blue #1F3072

Color information

#1F3072 (or 0x1F3072) is unknown color: approx Resolution Blue. HEX triplet: 1F, 30 and 72. RGB value is (31,48,114). Sum of RGB (Red+Green+Blue) = 31+48+114=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3072 is #E0CF8D. Grayscale: #323232. Windows color (decimal): -14733198 or 7483423. OLE color: 7483423.

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

Color convert

RGB3148114-
CMYK0.730.5800.55
HSL227.71º57.24%28.43%-
HSV(B)227.71º72.81%44.71%-
XYZ4.663.6216.37-
YUV50.44163.87114.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=16.06%
G=24.87%
B=59.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31481140.730.5800.55227.7157.2428.43
Hex1F3072493A037e4391c
Octal3760162111720673447134
Binary111111100001110010100100111101001101111110010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,114); }

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

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

 a { background-color: rgb(31,48,114); }

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

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

 span { border-color: rgb(31,48,114); }

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