Shades of Sapphire #05285D
Tints of Sapphire #05285D
RGB
CMYK
RGB Variations
Color information
#05285D (or 0x05285D) is known color: Sapphire. HEX triplet: 05, 28 and 5D. RGB value is (5,40,93). Sum of RGB (Red+Green+Blue) = 5+40+93=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #05285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05285D is #FAD7A2. Grayscale: #232323. Windows color (decimal): -16439203 or 6105093. OLE color: 6105093.
HSL color Cylindrical-coordinate representation of color #05285D: hue angle of 216.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05285D is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 40 | 93 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.64 |
| HSL | 216.14º | 0.9% | 0.19% | - |
| HSV(B) | 216.14º | 0.95% | 0.36% | - |
| XYZ | 2.8 | 2.34 | 10.66 | - |
| YUV | 35.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 93 | 0.95 | 0.57 | 0 | 0.64 | 216.14 | 0.9 | 0.19 |
| Hex | 5 | 28 | 5D | 5F | 39 | 0 | 40 | D8 | 5A | 13 |
| Octal | 5 | 50 | 135 | 137 | 71 | 0 | 100 | 330 | 132 | 23 |
| Binary | 101 | 101000 | 1011101 | 1011111 | 111001 | 0 | 1000000 | 11011000 | 1011010 | 10011 |
Color Harmonies of #05285D
Complementary color
Monochromatic Colors of #05285D
Black with #05285D
Text Example
Text Example
White with #05285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05285D; }
p { color: rgb(5,40,93); }
H1.HeaderClassName
{
color: #05285D;
}
.AnyTagClassName
{
color: #05285D;
}
</style>
background-color css
<style>
a { background-color: #05285D; }
a { background-color: rgb(5,40,93); }
div.DivClassName
{
background-color: #05285D;
}
.BgClassName
{
background-color: #05285D;
}
</style>
border-color css
<style>
span { border-color: #05285D; }
span { border-color: rgb(5,40,93); }
td.TdClassName
{
border-color: #05285D;
}
.TagClassName
{
border-color: #05285D;
}
</style>