Shades of Resolution Blue #1B397B
Tints of Resolution Blue #1B397B
RGB
CMYK
RGB Variations
Color information
#1B397B (or 0x1B397B) is known color: Resolution Blue. HEX triplet: 1B, 39 and 7B. RGB value is (27,57,123). Sum of RGB (Red+Green+Blue) = 27+57+123=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B397B is #E4C684. Grayscale: #373737. Windows color (decimal): -14993029 or 8075547. OLE color: 8075547.
HSL color Cylindrical-coordinate representation of color #1B397B: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B397B is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 57 | 123 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.52 |
| HSL | 221.25º | 0.64% | 0.29% | - |
| HSV(B) | 221.25º | 0.78% | 0.48% | - |
| XYZ | 5.49 | 4.59 | 19.34 | - |
| YUV | 55.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 123 | 0.78 | 0.54 | 0 | 0.52 | 221.25 | 0.64 | 0.29 |
| Hex | 1B | 39 | 7B | 4E | 36 | 0 | 34 | DD | 40 | 1D |
| Octal | 33 | 71 | 173 | 116 | 66 | 0 | 64 | 335 | 100 | 35 |
| Binary | 11011 | 111001 | 1111011 | 1001110 | 110110 | 0 | 110100 | 11011101 | 1000000 | 11101 |
Color Harmonies of #1B397B
Complementary color
Monochromatic Colors of #1B397B
Black with #1B397B
Text Example
Text Example
White with #1B397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B397B; }
p { color: rgb(27,57,123); }
H1.HeaderClassName
{
color: #1B397B;
}
.AnyTagClassName
{
color: #1B397B;
}
</style>
background-color css
<style>
a { background-color: #1B397B; }
a { background-color: rgb(27,57,123); }
div.DivClassName
{
background-color: #1B397B;
}
.BgClassName
{
background-color: #1B397B;
}
</style>
border-color css
<style>
span { border-color: #1B397B; }
span { border-color: rgb(27,57,123); }
td.TdClassName
{
border-color: #1B397B;
}
.TagClassName
{
border-color: #1B397B;
}
</style>