Shades of Sapphire #051B4B
Tints of Sapphire #051B4B
RGB
CMYK
RGB Variations
Color information
#051B4B (or 0x051B4B) is known color: Sapphire. HEX triplet: 05, 1B and 4B. RGB value is (5,27,75). Sum of RGB (Red+Green+Blue) = 5+27+75=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #051B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B4B is #FAE4B4. Grayscale: #191919. Windows color (decimal): -16442549 or 4922117. OLE color: 4922117.
HSL color Cylindrical-coordinate representation of color #051B4B: hue angle of 221.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051B4B is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 27 | 75 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.71 |
| HSL | 221.14º | 0.88% | 0.16% | - |
| HSV(B) | 221.14º | 0.93% | 0.29% | - |
| XYZ | 1.72 | 1.32 | 6.82 | - |
| YUV | 25.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 75 | 0.93 | 0.64 | 0 | 0.71 | 221.14 | 0.88 | 0.16 |
| Hex | 5 | 1B | 4B | 5D | 40 | 0 | 47 | DD | 58 | 10 |
| Octal | 5 | 33 | 113 | 135 | 100 | 0 | 107 | 335 | 130 | 20 |
| Binary | 101 | 11011 | 1001011 | 1011101 | 1000000 | 0 | 1000111 | 11011101 | 1011000 | 10000 |
Color Harmonies of #051B4B
Complementary color
Monochromatic Colors of #051B4B
Black with #051B4B
Text Example
Text Example
White with #051B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B4B; }
p { color: rgb(5,27,75); }
H1.HeaderClassName
{
color: #051B4B;
}
.AnyTagClassName
{
color: #051B4B;
}
</style>
background-color css
<style>
a { background-color: #051B4B; }
a { background-color: rgb(5,27,75); }
div.DivClassName
{
background-color: #051B4B;
}
.BgClassName
{
background-color: #051B4B;
}
</style>
border-color css
<style>
span { border-color: #051B4B; }
span { border-color: rgb(5,27,75); }
td.TdClassName
{
border-color: #051B4B;
}
.TagClassName
{
border-color: #051B4B;
}
</style>