Shades of Resolution Blue #1B3988
Tints of Resolution Blue #1B3988
RGB
CMYK
RGB Variations
Color information
#1B3988 (or 0x1B3988) is known color: Resolution Blue. HEX triplet: 1B, 39 and 88. RGB value is (27,57,136). Sum of RGB (Red+Green+Blue) = 27+57+136=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3988 is #E4C677. Grayscale: #383838. Windows color (decimal): -14993016 or 8927515. OLE color: 8927515.
HSL color Cylindrical-coordinate representation of color #1B3988: hue angle of 223.49º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3988 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 57 | 136 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.47 |
| HSL | 223.49º | 0.67% | 0.32% | - |
| HSV(B) | 223.49º | 0.8% | 0.53% | - |
| XYZ | 6.36 | 4.94 | 23.91 | - |
| YUV | 57.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 136 | 0.80 | 0.58 | 0 | 0.47 | 223.49 | 0.67 | 0.32 |
| Hex | 1B | 39 | 88 | 50 | 3A | 0 | 2F | DF | 43 | 20 |
| Octal | 33 | 71 | 210 | 120 | 72 | 0 | 57 | 337 | 103 | 40 |
| Binary | 11011 | 111001 | 10001000 | 1010000 | 111010 | 0 | 101111 | 11011111 | 1000011 | 100000 |
Color Harmonies of #1B3988
Complementary color
Monochromatic Colors of #1B3988
Black with #1B3988
Text Example
Text Example
White with #1B3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3988; }
p { color: rgb(27,57,136); }
H1.HeaderClassName
{
color: #1B3988;
}
.AnyTagClassName
{
color: #1B3988;
}
</style>
background-color css
<style>
a { background-color: #1B3988; }
a { background-color: rgb(27,57,136); }
div.DivClassName
{
background-color: #1B3988;
}
.BgClassName
{
background-color: #1B3988;
}
</style>
border-color css
<style>
span { border-color: #1B3988; }
span { border-color: rgb(27,57,136); }
td.TdClassName
{
border-color: #1B3988;
}
.TagClassName
{
border-color: #1B3988;
}
</style>