Shades of Resolution Blue #1F2D83
Tints of Resolution Blue #1F2D83
RGB
CMYK
RGB Variations
Color information
#1F2D83 (or 0x1F2D83) is known color: Resolution Blue. HEX triplet: 1F, 2D and 83. RGB value is (31,45,131). Sum of RGB (Red+Green+Blue) = 31+45+131=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F2D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D83 is #E0D27C. Grayscale: #323232. Windows color (decimal): -14733949 or 8596767. OLE color: 8596767.
HSL color Cylindrical-coordinate representation of color #1F2D83: hue angle of 231.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2D83 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 45 | 131 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.49 |
| HSL | 231.6º | 0.62% | 0.32% | - |
| HSV(B) | 231.6º | 0.76% | 0.51% | - |
| XYZ | 5.6 | 3.81 | 21.91 | - |
| YUV | 50.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 131 | 0.76 | 0.66 | 0 | 0.49 | 231.6 | 0.62 | 0.32 |
| Hex | 1F | 2D | 83 | 4C | 42 | 0 | 31 | E8 | 3E | 20 |
| Octal | 37 | 55 | 203 | 114 | 102 | 0 | 61 | 350 | 76 | 40 |
| Binary | 11111 | 101101 | 10000011 | 1001100 | 1000010 | 0 | 110001 | 11101000 | 111110 | 100000 |
Color Harmonies of #1F2D83
Complementary color
Monochromatic Colors of #1F2D83
Black with #1F2D83
Text Example
Text Example
White with #1F2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D83; }
p { color: rgb(31,45,131); }
H1.HeaderClassName
{
color: #1F2D83;
}
.AnyTagClassName
{
color: #1F2D83;
}
</style>
background-color css
<style>
a { background-color: #1F2D83; }
a { background-color: rgb(31,45,131); }
div.DivClassName
{
background-color: #1F2D83;
}
.BgClassName
{
background-color: #1F2D83;
}
</style>
border-color css
<style>
span { border-color: #1F2D83; }
span { border-color: rgb(31,45,131); }
td.TdClassName
{
border-color: #1F2D83;
}
.TagClassName
{
border-color: #1F2D83;
}
</style>