Shades of Resolution Blue #1B3278
Tints of Resolution Blue #1B3278
RGB
CMYK
RGB Variations
Color information
#1B3278 (or 0x1B3278) is known color: Resolution Blue. HEX triplet: 1B, 32 and 78. RGB value is (27,50,120). Sum of RGB (Red+Green+Blue) = 27+50+120=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3278 is #E4CD87. Grayscale: #323232. Windows color (decimal): -14994824 or 7877147. OLE color: 7877147.
HSL color Cylindrical-coordinate representation of color #1B3278: hue angle of 225.16º 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 #1B3278 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 50 | 120 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.53 |
| HSL | 225.16º | 0.63% | 0.29% | - |
| HSV(B) | 225.16º | 0.78% | 0.47% | - |
| XYZ | 4.98 | 3.87 | 18.25 | - |
| YUV | 51.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 120 | 0.78 | 0.58 | 0 | 0.53 | 225.16 | 0.63 | 0.29 |
| Hex | 1B | 32 | 78 | 4E | 3A | 0 | 35 | E1 | 3F | 1D |
| Octal | 33 | 62 | 170 | 116 | 72 | 0 | 65 | 341 | 77 | 35 |
| Binary | 11011 | 110010 | 1111000 | 1001110 | 111010 | 0 | 110101 | 11100001 | 111111 | 11101 |
Color Harmonies of #1B3278
Complementary color
Monochromatic Colors of #1B3278
Black with #1B3278
Text Example
Text Example
White with #1B3278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3278; }
p { color: rgb(27,50,120); }
H1.HeaderClassName
{
color: #1B3278;
}
.AnyTagClassName
{
color: #1B3278;
}
</style>
background-color css
<style>
a { background-color: #1B3278; }
a { background-color: rgb(27,50,120); }
div.DivClassName
{
background-color: #1B3278;
}
.BgClassName
{
background-color: #1B3278;
}
</style>
border-color css
<style>
span { border-color: #1B3278; }
span { border-color: rgb(27,50,120); }
td.TdClassName
{
border-color: #1B3278;
}
.TagClassName
{
border-color: #1B3278;
}
</style>