#1F3070

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

Shades of Resolution Blue #1F3070

Tints of Resolution Blue #1F3070

Color information

#1F3070 (or 0x1F3070) is unknown color: approx Resolution Blue. HEX triplet: 1F, 30 and 70. RGB value is (31,48,112). Sum of RGB (Red+Green+Blue) = 31+48+112=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3070 is #E0CF8F. Grayscale: #313131. Windows color (decimal): -14733200 or 7352351. OLE color: 7352351.

HSL color Cylindrical-coordinate representation of color #1F3070: hue angle of 227.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F3070 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3148112-
CMYK0.720.5700.56
HSL227.41º56.64%28.04%-
HSV(B)227.41º72.32%43.92%-
XYZ4.553.5815.78-
YUV50.21162.87114.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=16.23%
G=25.13%
B=58.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31481120.720.5700.56227.4156.6428.04
Hex1F30704839038e3391c
Octal3760160110710703437134
Binary111111100001110000100100011100101110001110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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