Shades of Resolution Blue #1F368A
Tints of Resolution Blue #1F368A
RGB
CMYK
RGB Variations
Color information
#1F368A (or 0x1F368A) is known color: Resolution Blue. HEX triplet: 1F, 36 and 8A. RGB value is (31,54,138). Sum of RGB (Red+Green+Blue) = 31+54+138=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F368A is #E0C975. Grayscale: #383838. Windows color (decimal): -14731638 or 9057823. OLE color: 9057823.
HSL color Cylindrical-coordinate representation of color #1F368A: hue angle of 227.1º 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 #1F368A is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 54 | 138 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.46 |
| HSL | 227.1º | 0.63% | 0.33% | - |
| HSV(B) | 227.1º | 0.78% | 0.54% | - |
| XYZ | 6.47 | 4.76 | 24.62 | - |
| YUV | 56.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 138 | 0.78 | 0.61 | 0 | 0.46 | 227.1 | 0.63 | 0.33 |
| Hex | 1F | 36 | 8A | 4E | 3D | 0 | 2E | E3 | 3F | 21 |
| Octal | 37 | 66 | 212 | 116 | 75 | 0 | 56 | 343 | 77 | 41 |
| Binary | 11111 | 110110 | 10001010 | 1001110 | 111101 | 0 | 101110 | 11100011 | 111111 | 100001 |
Color Harmonies of #1F368A
Complementary color
Monochromatic Colors of #1F368A
Black with #1F368A
Text Example
Text Example
White with #1F368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F368A; }
p { color: rgb(31,54,138); }
H1.HeaderClassName
{
color: #1F368A;
}
.AnyTagClassName
{
color: #1F368A;
}
</style>
background-color css
<style>
a { background-color: #1F368A; }
a { background-color: rgb(31,54,138); }
div.DivClassName
{
background-color: #1F368A;
}
.BgClassName
{
background-color: #1F368A;
}
</style>
border-color css
<style>
span { border-color: #1F368A; }
span { border-color: rgb(31,54,138); }
td.TdClassName
{
border-color: #1F368A;
}
.TagClassName
{
border-color: #1F368A;
}
</style>