Shades of Sapphire #05144E
Tints of Sapphire #05144E
RGB
CMYK
RGB Variations
Color information
#05144E (or 0x05144E) is known color: Sapphire. HEX triplet: 05, 14 and 4E. RGB value is (5,20,78). Sum of RGB (Red+Green+Blue) = 5+20+78=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #05144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05144E is #FAEBB1. Grayscale: #151515. Windows color (decimal): -16444338 or 5116933. OLE color: 5116933.
HSL color Cylindrical-coordinate representation of color #05144E: hue angle of 227.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05144E is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 20 | 78 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.69 |
| HSL | 227.67º | 0.88% | 0.16% | - |
| HSV(B) | 227.67º | 0.94% | 0.31% | - |
| XYZ | 1.69 | 1.08 | 7.33 | - |
| YUV | 22.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 78 | 0.94 | 0.74 | 0 | 0.69 | 227.67 | 0.88 | 0.16 |
| Hex | 5 | 14 | 4E | 5E | 4A | 0 | 45 | E4 | 58 | 10 |
| Octal | 5 | 24 | 116 | 136 | 112 | 0 | 105 | 344 | 130 | 20 |
| Binary | 101 | 10100 | 1001110 | 1011110 | 1001010 | 0 | 1000101 | 11100100 | 1011000 | 10000 |
Color Harmonies of #05144E
Complementary color
Monochromatic Colors of #05144E
Black with #05144E
Text Example
Text Example
White with #05144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05144E; }
p { color: rgb(5,20,78); }
H1.HeaderClassName
{
color: #05144E;
}
.AnyTagClassName
{
color: #05144E;
}
</style>
background-color css
<style>
a { background-color: #05144E; }
a { background-color: rgb(5,20,78); }
div.DivClassName
{
background-color: #05144E;
}
.BgClassName
{
background-color: #05144E;
}
</style>
border-color css
<style>
span { border-color: #05144E; }
span { border-color: rgb(5,20,78); }
td.TdClassName
{
border-color: #05144E;
}
.TagClassName
{
border-color: #05144E;
}
</style>