Shades of Sapphire #05286C
Tints of Sapphire #05286C
RGB
CMYK
RGB Variations
Color information
#05286C (or 0x05286C) is known color: Sapphire. HEX triplet: 05, 28 and 6C. RGB value is (5,40,108). Sum of RGB (Red+Green+Blue) = 5+40+108=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #05286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05286C is #FAD793. Grayscale: #242424. Windows color (decimal): -16439188 or 7088133. OLE color: 7088133.
HSL color Cylindrical-coordinate representation of color #05286C: hue angle of 219.61º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05286C is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 40 | 108 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.58 |
| HSL | 219.61º | 0.91% | 0.22% | - |
| HSV(B) | 219.61º | 0.95% | 0.42% | - |
| XYZ | 3.53 | 2.63 | 14.51 | - |
| YUV | 37.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 108 | 0.95 | 0.63 | 0 | 0.58 | 219.61 | 0.91 | 0.22 |
| Hex | 5 | 28 | 6C | 5F | 3F | 0 | 3A | DC | 5B | 16 |
| Octal | 5 | 50 | 154 | 137 | 77 | 0 | 72 | 334 | 133 | 26 |
| Binary | 101 | 101000 | 1101100 | 1011111 | 111111 | 0 | 111010 | 11011100 | 1011011 | 10110 |
Color Harmonies of #05286C
Complementary color
Monochromatic Colors of #05286C
Black with #05286C
Text Example
Text Example
White with #05286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05286C; }
p { color: rgb(5,40,108); }
H1.HeaderClassName
{
color: #05286C;
}
.AnyTagClassName
{
color: #05286C;
}
</style>
background-color css
<style>
a { background-color: #05286C; }
a { background-color: rgb(5,40,108); }
div.DivClassName
{
background-color: #05286C;
}
.BgClassName
{
background-color: #05286C;
}
</style>
border-color css
<style>
span { border-color: #05286C; }
span { border-color: rgb(5,40,108); }
td.TdClassName
{
border-color: #05286C;
}
.TagClassName
{
border-color: #05286C;
}
</style>