Shades of Resolution Blue #1B3473
Tints of Resolution Blue #1B3473
RGB
CMYK
RGB Variations
Color information
#1B3473 (or 0x1B3473) is known color: Resolution Blue. HEX triplet: 1B, 34 and 73. RGB value is (27,52,115). Sum of RGB (Red+Green+Blue) = 27+52+115=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3473 is #E4CB8C. Grayscale: #333333. Windows color (decimal): -14994317 or 7549979. OLE color: 7549979.
HSL color Cylindrical-coordinate representation of color #1B3473: hue angle of 222.95º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3473 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 52 | 115 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.55 |
| HSL | 222.95º | 0.62% | 0.28% | - |
| HSV(B) | 222.95º | 0.77% | 0.45% | - |
| XYZ | 4.77 | 3.93 | 16.73 | - |
| YUV | 51.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 115 | 0.77 | 0.55 | 0 | 0.55 | 222.95 | 0.62 | 0.28 |
| Hex | 1B | 34 | 73 | 4D | 37 | 0 | 37 | DF | 3E | 1C |
| Octal | 33 | 64 | 163 | 115 | 67 | 0 | 67 | 337 | 76 | 34 |
| Binary | 11011 | 110100 | 1110011 | 1001101 | 110111 | 0 | 110111 | 11011111 | 111110 | 11100 |
Color Harmonies of #1B3473
Complementary color
Monochromatic Colors of #1B3473
Black with #1B3473
Text Example
Text Example
White with #1B3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3473; }
p { color: rgb(27,52,115); }
H1.HeaderClassName
{
color: #1B3473;
}
.AnyTagClassName
{
color: #1B3473;
}
</style>
background-color css
<style>
a { background-color: #1B3473; }
a { background-color: rgb(27,52,115); }
div.DivClassName
{
background-color: #1B3473;
}
.BgClassName
{
background-color: #1B3473;
}
</style>
border-color css
<style>
span { border-color: #1B3473; }
span { border-color: rgb(27,52,115); }
td.TdClassName
{
border-color: #1B3473;
}
.TagClassName
{
border-color: #1B3473;
}
</style>