Shades of Resolution Blue #1F3C74
Tints of Resolution Blue #1F3C74
RGB
CMYK
RGB Variations
Color information
#1F3C74 (or 0x1F3C74) is known color: Resolution Blue. HEX triplet: 1F, 3C and 74. RGB value is (31,60,116). Sum of RGB (Red+Green+Blue) = 31+60+116=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F3C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C74 is #E0C38B. Grayscale: #393939. Windows color (decimal): -14730124 or 7617567. OLE color: 7617567.
HSL color Cylindrical-coordinate representation of color #1F3C74: hue angle of 219.53º 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 #1F3C74 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 60 | 116 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.55 |
| HSL | 219.53º | 0.58% | 0.29% | - |
| HSV(B) | 219.53º | 0.73% | 0.45% | - |
| XYZ | 5.33 | 4.78 | 17.17 | - |
| YUV | 57.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 116 | 0.73 | 0.48 | 0 | 0.55 | 219.53 | 0.58 | 0.29 |
| Hex | 1F | 3C | 74 | 49 | 30 | 0 | 37 | DC | 3A | 1D |
| Octal | 37 | 74 | 164 | 111 | 60 | 0 | 67 | 334 | 72 | 35 |
| Binary | 11111 | 111100 | 1110100 | 1001001 | 110000 | 0 | 110111 | 11011100 | 111010 | 11101 |
Color Harmonies of #1F3C74
Complementary color
Monochromatic Colors of #1F3C74
Black with #1F3C74
Text Example
Text Example
White with #1F3C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C74; }
p { color: rgb(31,60,116); }
H1.HeaderClassName
{
color: #1F3C74;
}
.AnyTagClassName
{
color: #1F3C74;
}
</style>
background-color css
<style>
a { background-color: #1F3C74; }
a { background-color: rgb(31,60,116); }
div.DivClassName
{
background-color: #1F3C74;
}
.BgClassName
{
background-color: #1F3C74;
}
</style>
border-color css
<style>
span { border-color: #1F3C74; }
span { border-color: rgb(31,60,116); }
td.TdClassName
{
border-color: #1F3C74;
}
.TagClassName
{
border-color: #1F3C74;
}
</style>