Shades of Sapphire #07285B
Tints of Sapphire #07285B
RGB
CMYK
RGB Variations
Color information
#07285B (or 0x07285B) is known color: Sapphire. HEX triplet: 07, 28 and 5B. RGB value is (7,40,91). Sum of RGB (Red+Green+Blue) = 7+40+91=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #07285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07285B is #F8D7A4. Grayscale: #232323. Windows color (decimal): -16308133 or 5974023. OLE color: 5974023.
HSL color Cylindrical-coordinate representation of color #07285B: hue angle of 216.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07285B is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 40 | 91 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.64 |
| HSL | 216.43º | 0.86% | 0.19% | - |
| HSV(B) | 216.43º | 0.92% | 0.36% | - |
| XYZ | 2.73 | 2.32 | 10.2 | - |
| YUV | 35.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 91 | 0.92 | 0.56 | 0 | 0.64 | 216.43 | 0.86 | 0.19 |
| Hex | 7 | 28 | 5B | 5C | 38 | 0 | 40 | D8 | 56 | 13 |
| Octal | 7 | 50 | 133 | 134 | 70 | 0 | 100 | 330 | 126 | 23 |
| Binary | 111 | 101000 | 1011011 | 1011100 | 111000 | 0 | 1000000 | 11011000 | 1010110 | 10011 |
Color Harmonies of #07285B
Complementary color
Monochromatic Colors of #07285B
Black with #07285B
Text Example
Text Example
White with #07285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07285B; }
p { color: rgb(7,40,91); }
H1.HeaderClassName
{
color: #07285B;
}
.AnyTagClassName
{
color: #07285B;
}
</style>
background-color css
<style>
a { background-color: #07285B; }
a { background-color: rgb(7,40,91); }
div.DivClassName
{
background-color: #07285B;
}
.BgClassName
{
background-color: #07285B;
}
</style>
border-color css
<style>
span { border-color: #07285B; }
span { border-color: rgb(7,40,91); }
td.TdClassName
{
border-color: #07285B;
}
.TagClassName
{
border-color: #07285B;
}
</style>