Shades of Resolution Blue #1F3B75
Tints of Resolution Blue #1F3B75
RGB
CMYK
RGB Variations
Color information
#1F3B75 (or 0x1F3B75) is known color: Resolution Blue. HEX triplet: 1F, 3B and 75. RGB value is (31,59,117). Sum of RGB (Red+Green+Blue) = 31+59+117=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F3B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3B75 is #E0C48A. Grayscale: #383838. Windows color (decimal): -14730379 or 7682847. OLE color: 7682847.
HSL color Cylindrical-coordinate representation of color #1F3B75: hue angle of 220.47º 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 #1F3B75 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 59 | 117 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.54 |
| HSL | 220.47º | 0.58% | 0.29% | - |
| HSV(B) | 220.47º | 0.74% | 0.46% | - |
| XYZ | 5.34 | 4.7 | 17.46 | - |
| YUV | 57.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 117 | 0.74 | 0.50 | 0 | 0.54 | 220.47 | 0.58 | 0.29 |
| Hex | 1F | 3B | 75 | 4A | 32 | 0 | 36 | DC | 3A | 1D |
| Octal | 37 | 73 | 165 | 112 | 62 | 0 | 66 | 334 | 72 | 35 |
| Binary | 11111 | 111011 | 1110101 | 1001010 | 110010 | 0 | 110110 | 11011100 | 111010 | 11101 |
Color Harmonies of #1F3B75
Complementary color
Monochromatic Colors of #1F3B75
Black with #1F3B75
Text Example
Text Example
White with #1F3B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B75; }
p { color: rgb(31,59,117); }
H1.HeaderClassName
{
color: #1F3B75;
}
.AnyTagClassName
{
color: #1F3B75;
}
</style>
background-color css
<style>
a { background-color: #1F3B75; }
a { background-color: rgb(31,59,117); }
div.DivClassName
{
background-color: #1F3B75;
}
.BgClassName
{
background-color: #1F3B75;
}
</style>
border-color css
<style>
span { border-color: #1F3B75; }
span { border-color: rgb(31,59,117); }
td.TdClassName
{
border-color: #1F3B75;
}
.TagClassName
{
border-color: #1F3B75;
}
</style>