Shades of Sapphire #051B5D
Tints of Sapphire #051B5D
RGB
CMYK
RGB Variations
Color information
#051B5D (or 0x051B5D) is known color: Sapphire. HEX triplet: 05, 1B and 5D. RGB value is (5,27,93). Sum of RGB (Red+Green+Blue) = 5+27+93=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #051B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B5D is #FAE4A2. Grayscale: #1B1B1B. Windows color (decimal): -16442531 or 6101765. OLE color: 6101765.
HSL color Cylindrical-coordinate representation of color #051B5D: hue angle of 225º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B5D is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 27 | 93 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.64 |
| HSL | 225º | 0.9% | 0.19% | - |
| HSV(B) | 225º | 0.95% | 0.36% | - |
| XYZ | 2.43 | 1.61 | 10.54 | - |
| YUV | 27.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 93 | 0.95 | 0.71 | 0 | 0.64 | 225 | 0.9 | 0.19 |
| Hex | 5 | 1B | 5D | 5F | 47 | 0 | 40 | E1 | 5A | 13 |
| Octal | 5 | 33 | 135 | 137 | 107 | 0 | 100 | 341 | 132 | 23 |
| Binary | 101 | 11011 | 1011101 | 1011111 | 1000111 | 0 | 1000000 | 11100001 | 1011010 | 10011 |
Color Harmonies of #051B5D
Complementary color
Monochromatic Colors of #051B5D
Black with #051B5D
Text Example
Text Example
White with #051B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B5D; }
p { color: rgb(5,27,93); }
H1.HeaderClassName
{
color: #051B5D;
}
.AnyTagClassName
{
color: #051B5D;
}
</style>
background-color css
<style>
a { background-color: #051B5D; }
a { background-color: rgb(5,27,93); }
div.DivClassName
{
background-color: #051B5D;
}
.BgClassName
{
background-color: #051B5D;
}
</style>
border-color css
<style>
span { border-color: #051B5D; }
span { border-color: rgb(5,27,93); }
td.TdClassName
{
border-color: #051B5D;
}
.TagClassName
{
border-color: #051B5D;
}
</style>