Shades of Sapphire #05145E
Tints of Sapphire #05145E
RGB
CMYK
RGB Variations
Color information
#05145E (or 0x05145E) is known color: Sapphire. HEX triplet: 05, 14 and 5E. RGB value is (5,20,94). Sum of RGB (Red+Green+Blue) = 5+20+94=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #05145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05145E is #FAEBA1. Grayscale: #171717. Windows color (decimal): -16444322 or 6165509. OLE color: 6165509.
HSL color Cylindrical-coordinate representation of color #05145E: hue angle of 229.89º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05145E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 20 | 94 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.63 |
| HSL | 229.89º | 0.9% | 0.19% | - |
| HSV(B) | 229.89º | 0.95% | 0.37% | - |
| XYZ | 2.33 | 1.34 | 10.73 | - |
| YUV | 23.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 94 | 0.95 | 0.79 | 0 | 0.63 | 229.89 | 0.9 | 0.19 |
| Hex | 5 | 14 | 5E | 5F | 4F | 0 | 3F | E6 | 5A | 13 |
| Octal | 5 | 24 | 136 | 137 | 117 | 0 | 77 | 346 | 132 | 23 |
| Binary | 101 | 10100 | 1011110 | 1011111 | 1001111 | 0 | 111111 | 11100110 | 1011010 | 10011 |
Color Harmonies of #05145E
Complementary color
Monochromatic Colors of #05145E
Black with #05145E
Text Example
Text Example
White with #05145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05145E; }
p { color: rgb(5,20,94); }
H1.HeaderClassName
{
color: #05145E;
}
.AnyTagClassName
{
color: #05145E;
}
</style>
background-color css
<style>
a { background-color: #05145E; }
a { background-color: rgb(5,20,94); }
div.DivClassName
{
background-color: #05145E;
}
.BgClassName
{
background-color: #05145E;
}
</style>
border-color css
<style>
span { border-color: #05145E; }
span { border-color: rgb(5,20,94); }
td.TdClassName
{
border-color: #05145E;
}
.TagClassName
{
border-color: #05145E;
}
</style>