Shades of Resolution Blue #1B3878
Tints of Resolution Blue #1B3878
RGB
CMYK
RGB Variations
Color information
#1B3878 (or 0x1B3878) is known color: Resolution Blue. HEX triplet: 1B, 38 and 78. RGB value is (27,56,120). Sum of RGB (Red+Green+Blue) = 27+56+120=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3878 is #E4C787. Grayscale: #363636. Windows color (decimal): -14993288 or 7878683. OLE color: 7878683.
HSL color Cylindrical-coordinate representation of color #1B3878: hue angle of 221.29º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3878 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 56 | 120 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.53 |
| HSL | 221.29º | 0.63% | 0.29% | - |
| HSV(B) | 221.29º | 0.78% | 0.47% | - |
| XYZ | 5.26 | 4.42 | 18.34 | - |
| YUV | 54.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 120 | 0.78 | 0.53 | 0 | 0.53 | 221.29 | 0.63 | 0.29 |
| Hex | 1B | 38 | 78 | 4E | 35 | 0 | 35 | DD | 3F | 1D |
| Octal | 33 | 70 | 170 | 116 | 65 | 0 | 65 | 335 | 77 | 35 |
| Binary | 11011 | 111000 | 1111000 | 1001110 | 110101 | 0 | 110101 | 11011101 | 111111 | 11101 |
Color Harmonies of #1B3878
Complementary color
Monochromatic Colors of #1B3878
Black with #1B3878
Text Example
Text Example
White with #1B3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3878; }
p { color: rgb(27,56,120); }
H1.HeaderClassName
{
color: #1B3878;
}
.AnyTagClassName
{
color: #1B3878;
}
</style>
background-color css
<style>
a { background-color: #1B3878; }
a { background-color: rgb(27,56,120); }
div.DivClassName
{
background-color: #1B3878;
}
.BgClassName
{
background-color: #1B3878;
}
</style>
border-color css
<style>
span { border-color: #1B3878; }
span { border-color: rgb(27,56,120); }
td.TdClassName
{
border-color: #1B3878;
}
.TagClassName
{
border-color: #1B3878;
}
</style>