Shades of Resolution Blue #1B3A78
Tints of Resolution Blue #1B3A78
RGB
CMYK
RGB Variations
Color information
#1B3A78 (or 0x1B3A78) is known color: Resolution Blue. HEX triplet: 1B, 3A and 78. RGB value is (27,58,120). Sum of RGB (Red+Green+Blue) = 27+58+120=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A78 is #E4C587. Grayscale: #373737. Windows color (decimal): -14992776 or 7879195. OLE color: 7879195.
HSL color Cylindrical-coordinate representation of color #1B3A78: hue angle of 220º 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 #1B3A78 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 58 | 120 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.53 |
| HSL | 220º | 0.63% | 0.29% | - |
| HSV(B) | 220º | 0.78% | 0.47% | - |
| XYZ | 5.36 | 4.62 | 18.38 | - |
| YUV | 55.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 120 | 0.78 | 0.52 | 0 | 0.53 | 220 | 0.63 | 0.29 |
| Hex | 1B | 3A | 78 | 4E | 34 | 0 | 35 | DC | 3F | 1D |
| Octal | 33 | 72 | 170 | 116 | 64 | 0 | 65 | 334 | 77 | 35 |
| Binary | 11011 | 111010 | 1111000 | 1001110 | 110100 | 0 | 110101 | 11011100 | 111111 | 11101 |
Color Harmonies of #1B3A78
Complementary color
Monochromatic Colors of #1B3A78
Black with #1B3A78
Text Example
Text Example
White with #1B3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A78; }
p { color: rgb(27,58,120); }
H1.HeaderClassName
{
color: #1B3A78;
}
.AnyTagClassName
{
color: #1B3A78;
}
</style>
background-color css
<style>
a { background-color: #1B3A78; }
a { background-color: rgb(27,58,120); }
div.DivClassName
{
background-color: #1B3A78;
}
.BgClassName
{
background-color: #1B3A78;
}
</style>
border-color css
<style>
span { border-color: #1B3A78; }
span { border-color: rgb(27,58,120); }
td.TdClassName
{
border-color: #1B3A78;
}
.TagClassName
{
border-color: #1B3A78;
}
</style>