Shades of Sapphire #051F4B
Tints of Sapphire #051F4B
RGB
CMYK
RGB Variations
Color information
#051F4B (or 0x051F4B) is known color: Sapphire. HEX triplet: 05, 1F and 4B. RGB value is (5,31,75). Sum of RGB (Red+Green+Blue) = 5+31+75=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #051F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F4B is #FAE0B4. Grayscale: #1C1C1C. Windows color (decimal): -16441525 or 4923141. OLE color: 4923141.
HSL color Cylindrical-coordinate representation of color #051F4B: hue angle of 217.71º 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 #051F4B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 31 | 75 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.71 |
| HSL | 217.71º | 0.88% | 0.16% | - |
| HSV(B) | 217.71º | 0.93% | 0.29% | - |
| XYZ | 1.82 | 1.52 | 6.85 | - |
| YUV | 28.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 75 | 0.93 | 0.59 | 0 | 0.71 | 217.71 | 0.88 | 0.16 |
| Hex | 5 | 1F | 4B | 5D | 3B | 0 | 47 | DA | 58 | 10 |
| Octal | 5 | 37 | 113 | 135 | 73 | 0 | 107 | 332 | 130 | 20 |
| Binary | 101 | 11111 | 1001011 | 1011101 | 111011 | 0 | 1000111 | 11011010 | 1011000 | 10000 |
Color Harmonies of #051F4B
Complementary color
Monochromatic Colors of #051F4B
Black with #051F4B
Text Example
Text Example
White with #051F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F4B; }
p { color: rgb(5,31,75); }
H1.HeaderClassName
{
color: #051F4B;
}
.AnyTagClassName
{
color: #051F4B;
}
</style>
background-color css
<style>
a { background-color: #051F4B; }
a { background-color: rgb(5,31,75); }
div.DivClassName
{
background-color: #051F4B;
}
.BgClassName
{
background-color: #051F4B;
}
</style>
border-color css
<style>
span { border-color: #051F4B; }
span { border-color: rgb(5,31,75); }
td.TdClassName
{
border-color: #051F4B;
}
.TagClassName
{
border-color: #051F4B;
}
</style>