Shades of Sapphire #05146B
Tints of Sapphire #05146B
RGB
CMYK
RGB Variations
Color information
#05146B (or 0x05146B) is known color: Sapphire. HEX triplet: 05, 14 and 6B. RGB value is (5,20,107). Sum of RGB (Red+Green+Blue) = 5+20+107=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 107 (42.19% from 255 or 81.06% from 132); Max value from RGB is 107 - color contains mainly: blue. Hex color #05146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05146B is #FAEB94. Grayscale: #191919. Windows color (decimal): -16444309 or 7017477. OLE color: 7017477.
HSL color Cylindrical-coordinate representation of color #05146B: hue angle of 231.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05146B is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 20 | 107 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.58 |
| HSL | 231.18º | 0.91% | 0.22% | - |
| HSV(B) | 231.18º | 0.95% | 0.42% | - |
| XYZ | 2.97 | 1.59 | 14.06 | - |
| YUV | 25.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 107 | 0.95 | 0.81 | 0 | 0.58 | 231.18 | 0.91 | 0.22 |
| Hex | 5 | 14 | 6B | 5F | 51 | 0 | 3A | E7 | 5B | 16 |
| Octal | 5 | 24 | 153 | 137 | 121 | 0 | 72 | 347 | 133 | 26 |
| Binary | 101 | 10100 | 1101011 | 1011111 | 1010001 | 0 | 111010 | 11100111 | 1011011 | 10110 |
Color Harmonies of #05146B
Complementary color
Monochromatic Colors of #05146B
Black with #05146B
Text Example
Text Example
White with #05146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05146B; }
p { color: rgb(5,20,107); }
H1.HeaderClassName
{
color: #05146B;
}
.AnyTagClassName
{
color: #05146B;
}
</style>
background-color css
<style>
a { background-color: #05146B; }
a { background-color: rgb(5,20,107); }
div.DivClassName
{
background-color: #05146B;
}
.BgClassName
{
background-color: #05146B;
}
</style>
border-color css
<style>
span { border-color: #05146B; }
span { border-color: rgb(5,20,107); }
td.TdClassName
{
border-color: #05146B;
}
.TagClassName
{
border-color: #05146B;
}
</style>