#1F3073

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

Shades of Resolution Blue #1F3073

Tints of Resolution Blue #1F3073

Color information

#1F3073 (or 0x1F3073) is unknown color: approx Resolution Blue. HEX triplet: 1F, 30 and 73. RGB value is (31,48,115). Sum of RGB (Red+Green+Blue) = 31+48+115=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3073 is #E0CF8C. Grayscale: #323232. Windows color (decimal): -14733197 or 7548959. OLE color: 7548959.

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

Color convert

RGB3148115-
CMYK0.730.5800.55
HSL227.86º57.53%28.63%-
HSV(B)227.86º73.04%45.1%-
XYZ4.723.6416.67-
YUV50.56164.37114.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=15.98%
G=24.74%
B=59.28%

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
Decimal31481150.730.5800.55227.8657.5328.63
Hex1F3073493A037e43a1d
Octal3760163111720673447235
Binary111111100001110011100100111101001101111110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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