Shades of Resolution Blue #1F378A
Tints of Resolution Blue #1F378A
RGB
CMYK
RGB Variations
Color information
#1F378A (or 0x1F378A) is known color: Resolution Blue. HEX triplet: 1F, 37 and 8A. RGB value is (31,55,138). Sum of RGB (Red+Green+Blue) = 31+55+138=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F378A is #E0C875. Grayscale: #383838. Windows color (decimal): -14731382 or 9058079. OLE color: 9058079.
HSL color Cylindrical-coordinate representation of color #1F378A: hue angle of 226.54º 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 #1F378A is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 55 | 138 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.46 |
| HSL | 226.54º | 0.63% | 0.33% | - |
| HSV(B) | 226.54º | 0.78% | 0.54% | - |
| XYZ | 6.52 | 4.86 | 24.64 | - |
| YUV | 57.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 138 | 0.78 | 0.60 | 0 | 0.46 | 226.54 | 0.63 | 0.33 |
| Hex | 1F | 37 | 8A | 4E | 3C | 0 | 2E | E3 | 3F | 21 |
| Octal | 37 | 67 | 212 | 116 | 74 | 0 | 56 | 343 | 77 | 41 |
| Binary | 11111 | 110111 | 10001010 | 1001110 | 111100 | 0 | 101110 | 11100011 | 111111 | 100001 |
Color Harmonies of #1F378A
Complementary color
Monochromatic Colors of #1F378A
Black with #1F378A
Text Example
Text Example
White with #1F378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F378A; }
p { color: rgb(31,55,138); }
H1.HeaderClassName
{
color: #1F378A;
}
.AnyTagClassName
{
color: #1F378A;
}
</style>
background-color css
<style>
a { background-color: #1F378A; }
a { background-color: rgb(31,55,138); }
div.DivClassName
{
background-color: #1F378A;
}
.BgClassName
{
background-color: #1F378A;
}
</style>
border-color css
<style>
span { border-color: #1F378A; }
span { border-color: rgb(31,55,138); }
td.TdClassName
{
border-color: #1F378A;
}
.TagClassName
{
border-color: #1F378A;
}
</style>