Shades of Resolution Blue #1F358A
Tints of Resolution Blue #1F358A
RGB
CMYK
RGB Variations
Color information
#1F358A (or 0x1F358A) is known color: Resolution Blue. HEX triplet: 1F, 35 and 8A. RGB value is (31,53,138). Sum of RGB (Red+Green+Blue) = 31+53+138=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F358A is #E0CA75. Grayscale: #373737. Windows color (decimal): -14731894 or 9057567. OLE color: 9057567.
HSL color Cylindrical-coordinate representation of color #1F358A: hue angle of 227.66º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F358A is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 53 | 138 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.46 |
| HSL | 227.66º | 0.63% | 0.33% | - |
| HSV(B) | 227.66º | 0.78% | 0.54% | - |
| XYZ | 6.43 | 4.67 | 24.61 | - |
| YUV | 56.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 138 | 0.78 | 0.62 | 0 | 0.46 | 227.66 | 0.63 | 0.33 |
| Hex | 1F | 35 | 8A | 4E | 3E | 0 | 2E | E4 | 3F | 21 |
| Octal | 37 | 65 | 212 | 116 | 76 | 0 | 56 | 344 | 77 | 41 |
| Binary | 11111 | 110101 | 10001010 | 1001110 | 111110 | 0 | 101110 | 11100100 | 111111 | 100001 |
Color Harmonies of #1F358A
Complementary color
Monochromatic Colors of #1F358A
Black with #1F358A
Text Example
Text Example
White with #1F358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F358A; }
p { color: rgb(31,53,138); }
H1.HeaderClassName
{
color: #1F358A;
}
.AnyTagClassName
{
color: #1F358A;
}
</style>
background-color css
<style>
a { background-color: #1F358A; }
a { background-color: rgb(31,53,138); }
div.DivClassName
{
background-color: #1F358A;
}
.BgClassName
{
background-color: #1F358A;
}
</style>
border-color css
<style>
span { border-color: #1F358A; }
span { border-color: rgb(31,53,138); }
td.TdClassName
{
border-color: #1F358A;
}
.TagClassName
{
border-color: #1F358A;
}
</style>