Shades of Sapphire #051B4A
Tints of Sapphire #051B4A
RGB
CMYK
RGB Variations
Color information
#051B4A (or 0x051B4A) is known color: Sapphire. HEX triplet: 05, 1B and 4A. RGB value is (5,27,74). Sum of RGB (Red+Green+Blue) = 5+27+74=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #051B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B4A is #FAE4B5. Grayscale: #191919. Windows color (decimal): -16442550 or 4856581. OLE color: 4856581.
HSL color Cylindrical-coordinate representation of color #051B4A: hue angle of 220.87º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051B4A is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 27 | 74 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.71 |
| HSL | 220.87º | 0.87% | 0.15% | - |
| HSV(B) | 220.87º | 0.93% | 0.29% | - |
| XYZ | 1.69 | 1.31 | 6.64 | - |
| YUV | 25.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 74 | 0.93 | 0.64 | 0 | 0.71 | 220.87 | 0.87 | 0.15 |
| Hex | 5 | 1B | 4A | 5D | 40 | 0 | 47 | DD | 57 | F |
| Octal | 5 | 33 | 112 | 135 | 100 | 0 | 107 | 335 | 127 | 17 |
| Binary | 101 | 11011 | 1001010 | 1011101 | 1000000 | 0 | 1000111 | 11011101 | 1010111 | 1111 |
Color Harmonies of #051B4A
Complementary color
Monochromatic Colors of #051B4A
Black with #051B4A
Text Example
Text Example
White with #051B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B4A; }
p { color: rgb(5,27,74); }
H1.HeaderClassName
{
color: #051B4A;
}
.AnyTagClassName
{
color: #051B4A;
}
</style>
background-color css
<style>
a { background-color: #051B4A; }
a { background-color: rgb(5,27,74); }
div.DivClassName
{
background-color: #051B4A;
}
.BgClassName
{
background-color: #051B4A;
}
</style>
border-color css
<style>
span { border-color: #051B4A; }
span { border-color: rgb(5,27,74); }
td.TdClassName
{
border-color: #051B4A;
}
.TagClassName
{
border-color: #051B4A;
}
</style>