Shades of Sapphire #05144B
Tints of Sapphire #05144B
RGB
CMYK
RGB Variations
Color information
#05144B (or 0x05144B) is known color: Sapphire. HEX triplet: 05, 14 and 4B. RGB value is (5,20,75). Sum of RGB (Red+Green+Blue) = 5+20+75=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #05144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05144B is #FAEBB4. Grayscale: #151515. Windows color (decimal): -16444341 or 4920325. OLE color: 4920325.
HSL color Cylindrical-coordinate representation of color #05144B: hue angle of 227.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05144B is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 20 | 75 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.71 |
| HSL | 227.14º | 0.88% | 0.16% | - |
| HSV(B) | 227.14º | 0.93% | 0.29% | - |
| XYZ | 1.58 | 1.04 | 6.77 | - |
| YUV | 21.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 75 | 0.93 | 0.73 | 0 | 0.71 | 227.14 | 0.88 | 0.16 |
| Hex | 5 | 14 | 4B | 5D | 49 | 0 | 47 | E3 | 58 | 10 |
| Octal | 5 | 24 | 113 | 135 | 111 | 0 | 107 | 343 | 130 | 20 |
| Binary | 101 | 10100 | 1001011 | 1011101 | 1001001 | 0 | 1000111 | 11100011 | 1011000 | 10000 |
Color Harmonies of #05144B
Complementary color
Monochromatic Colors of #05144B
Black with #05144B
Text Example
Text Example
White with #05144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05144B; }
p { color: rgb(5,20,75); }
H1.HeaderClassName
{
color: #05144B;
}
.AnyTagClassName
{
color: #05144B;
}
</style>
background-color css
<style>
a { background-color: #05144B; }
a { background-color: rgb(5,20,75); }
div.DivClassName
{
background-color: #05144B;
}
.BgClassName
{
background-color: #05144B;
}
</style>
border-color css
<style>
span { border-color: #05144B; }
span { border-color: rgb(5,20,75); }
td.TdClassName
{
border-color: #05144B;
}
.TagClassName
{
border-color: #05144B;
}
</style>