Shades of Resolution Blue #1B397A
Tints of Resolution Blue #1B397A
RGB
CMYK
RGB Variations
Color information
#1B397A (or 0x1B397A) is known color: Resolution Blue. HEX triplet: 1B, 39 and 7A. RGB value is (27,57,122). Sum of RGB (Red+Green+Blue) = 27+57+122=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B397A is #E4C685. Grayscale: #373737. Windows color (decimal): -14993030 or 8010011. OLE color: 8010011.
HSL color Cylindrical-coordinate representation of color #1B397A: hue angle of 221.05º 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 #1B397A is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 57 | 122 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.52 |
| HSL | 221.05º | 0.64% | 0.29% | - |
| HSV(B) | 221.05º | 0.78% | 0.48% | - |
| XYZ | 5.43 | 4.56 | 19.01 | - |
| YUV | 55.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 122 | 0.78 | 0.53 | 0 | 0.52 | 221.05 | 0.64 | 0.29 |
| Hex | 1B | 39 | 7A | 4E | 35 | 0 | 34 | DD | 40 | 1D |
| Octal | 33 | 71 | 172 | 116 | 65 | 0 | 64 | 335 | 100 | 35 |
| Binary | 11011 | 111001 | 1111010 | 1001110 | 110101 | 0 | 110100 | 11011101 | 1000000 | 11101 |
Color Harmonies of #1B397A
Complementary color
Monochromatic Colors of #1B397A
Black with #1B397A
Text Example
Text Example
White with #1B397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B397A; }
p { color: rgb(27,57,122); }
H1.HeaderClassName
{
color: #1B397A;
}
.AnyTagClassName
{
color: #1B397A;
}
</style>
background-color css
<style>
a { background-color: #1B397A; }
a { background-color: rgb(27,57,122); }
div.DivClassName
{
background-color: #1B397A;
}
.BgClassName
{
background-color: #1B397A;
}
</style>
border-color css
<style>
span { border-color: #1B397A; }
span { border-color: rgb(27,57,122); }
td.TdClassName
{
border-color: #1B397A;
}
.TagClassName
{
border-color: #1B397A;
}
</style>