Shades of Resolution Blue #1F3C75
Tints of Resolution Blue #1F3C75
RGB
CMYK
RGB Variations
Color information
#1F3C75 (or 0x1F3C75) is known color: Resolution Blue. HEX triplet: 1F, 3C and 75. RGB value is (31,60,117). Sum of RGB (Red+Green+Blue) = 31+60+117=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F3C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C75 is #E0C38A. Grayscale: #393939. Windows color (decimal): -14730123 or 7683103. OLE color: 7683103.
HSL color Cylindrical-coordinate representation of color #1F3C75: hue angle of 219.77º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3C75 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 60 | 117 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.54 |
| HSL | 219.77º | 0.58% | 0.29% | - |
| HSV(B) | 219.77º | 0.74% | 0.46% | - |
| XYZ | 5.39 | 4.81 | 17.47 | - |
| YUV | 57.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 117 | 0.74 | 0.49 | 0 | 0.54 | 219.77 | 0.58 | 0.29 |
| Hex | 1F | 3C | 75 | 4A | 31 | 0 | 36 | DC | 3A | 1D |
| Octal | 37 | 74 | 165 | 112 | 61 | 0 | 66 | 334 | 72 | 35 |
| Binary | 11111 | 111100 | 1110101 | 1001010 | 110001 | 0 | 110110 | 11011100 | 111010 | 11101 |
Color Harmonies of #1F3C75
Complementary color
Monochromatic Colors of #1F3C75
Black with #1F3C75
Text Example
Text Example
White with #1F3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C75; }
p { color: rgb(31,60,117); }
H1.HeaderClassName
{
color: #1F3C75;
}
.AnyTagClassName
{
color: #1F3C75;
}
</style>
background-color css
<style>
a { background-color: #1F3C75; }
a { background-color: rgb(31,60,117); }
div.DivClassName
{
background-color: #1F3C75;
}
.BgClassName
{
background-color: #1F3C75;
}
</style>
border-color css
<style>
span { border-color: #1F3C75; }
span { border-color: rgb(31,60,117); }
td.TdClassName
{
border-color: #1F3C75;
}
.TagClassName
{
border-color: #1F3C75;
}
</style>