#1F316B

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

Shades of Resolution Blue #1F316B

Tints of Resolution Blue #1F316B

Color information

#1F316B (or 0x1F316B) is unknown color: approx Resolution Blue. HEX triplet: 1F, 31 and 6B. RGB value is (31,49,107). Sum of RGB (Red+Green+Blue) = 31+49+107=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F316B is #E0CE94. Grayscale: #313131. Windows color (decimal): -14732949 or 7024927. OLE color: 7024927.

HSL color Cylindrical-coordinate representation of color #1F316B: hue angle of 225.79º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F316B is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3149107-
CMYK0.710.5400.58
HSL225.79º55.07%27.06%-
HSV(B)225.79º71.03%41.96%-
XYZ4.323.5514.37-
YUV50.23160.04114.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=16.58%
G=26.20%
B=57.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31491070.710.5400.58225.7955.0727.06
Hex1F316B473603Ae2371b
Octal3761153107660723426733
Binary111111100011101011100011111011001110101110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,49,107); }

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

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

 a { background-color: rgb(31,49,107); }

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

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

 span { border-color: rgb(31,49,107); }

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