Shades of Resolution Blue #1F3084
Tints of Resolution Blue #1F3084
RGB
CMYK
RGB Variations
Color information
#1F3084 (or 0x1F3084) is known color: Resolution Blue. HEX triplet: 1F, 30 and 84. RGB value is (31,48,132). Sum of RGB (Red+Green+Blue) = 31+48+132=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3084 is #E0CF7B. Grayscale: #343434. Windows color (decimal): -14733180 or 8663071. OLE color: 8663071.
HSL color Cylindrical-coordinate representation of color #1F3084: hue angle of 229.9º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3084 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 31 | 48 | 132 | - |
CMYK | 0.77 | 0.64 | 0 | 0.48 |
HSL | 229.9º | 0.62% | 0.32% | - |
HSV(B) | 229.9º | 0.77% | 0.52% | - |
XYZ | 5.79 | 4.07 | 22.31 | - |
YUV | 52.49 | 172.87 | 112.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 48 | 132 | 0.77 | 0.64 | 0 | 0.48 | 229.9 | 0.62 | 0.32 |
Hex | 1F | 30 | 84 | 4D | 40 | 0 | 30 | E6 | 3E | 20 |
Octal | 37 | 60 | 204 | 115 | 100 | 0 | 60 | 346 | 76 | 40 |
Binary | 11111 | 110000 | 10000100 | 1001101 | 1000000 | 0 | 110000 | 11100110 | 111110 | 100000 |
Color Harmonies of #1F3084
Complementary color
Monochromatic Colors of #1F3084
Black with #1F3084
Text Example
Text Example
White with #1F3084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3084; }
p { color: rgb(31,48,132); }
H1.HeaderClassName
{
color: #1F3084;
}
.AnyTagClassName
{
color: #1F3084;
}
</style>
background-color css
<style>
a { background-color: #1F3084; }
a { background-color: rgb(31,48,132); }
div.DivClassName
{
background-color: #1F3084;
}
.BgClassName
{
background-color: #1F3084;
}
</style>
border-color css
<style>
span { border-color: #1F3084; }
span { border-color: rgb(31,48,132); }
td.TdClassName
{
border-color: #1F3084;
}
.TagClassName
{
border-color: #1F3084;
}
</style>