Shades of Sapphire #05146E
Tints of Sapphire #05146E
RGB
CMYK
RGB Variations
Color information
#05146E (or 0x05146E) is known color: Sapphire. HEX triplet: 05, 14 and 6E. RGB value is (5,20,110). Sum of RGB (Red+Green+Blue) = 5+20+110=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #05146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05146E is #FAEB91. Grayscale: #191919. Windows color (decimal): -16444306 or 7214085. OLE color: 7214085.
HSL color Cylindrical-coordinate representation of color #05146E: hue angle of 231.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05146E is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 20 | 110 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.57 |
| HSL | 231.43º | 0.91% | 0.23% | - |
| HSV(B) | 231.43º | 0.95% | 0.43% | - |
| XYZ | 3.13 | 1.66 | 14.91 | - |
| YUV | 25.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 110 | 0.95 | 0.82 | 0 | 0.57 | 231.43 | 0.91 | 0.23 |
| Hex | 5 | 14 | 6E | 5F | 52 | 0 | 39 | E7 | 5B | 17 |
| Octal | 5 | 24 | 156 | 137 | 122 | 0 | 71 | 347 | 133 | 27 |
| Binary | 101 | 10100 | 1101110 | 1011111 | 1010010 | 0 | 111001 | 11100111 | 1011011 | 10111 |
Color Harmonies of #05146E
Complementary color
Monochromatic Colors of #05146E
Black with #05146E
Text Example
Text Example
White with #05146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05146E; }
p { color: rgb(5,20,110); }
H1.HeaderClassName
{
color: #05146E;
}
.AnyTagClassName
{
color: #05146E;
}
</style>
background-color css
<style>
a { background-color: #05146E; }
a { background-color: rgb(5,20,110); }
div.DivClassName
{
background-color: #05146E;
}
.BgClassName
{
background-color: #05146E;
}
</style>
border-color css
<style>
span { border-color: #05146E; }
span { border-color: rgb(5,20,110); }
td.TdClassName
{
border-color: #05146E;
}
.TagClassName
{
border-color: #05146E;
}
</style>