Shades of Sapphire #07285C
Tints of Sapphire #07285C
RGB
CMYK
RGB Variations
Color information
#07285C (or 0x07285C) is known color: Sapphire. HEX triplet: 07, 28 and 5C. RGB value is (7,40,92). Sum of RGB (Red+Green+Blue) = 7+40+92=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #07285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07285C is #F8D7A3. Grayscale: #232323. Windows color (decimal): -16308132 or 6039559. OLE color: 6039559.
HSL color Cylindrical-coordinate representation of color #07285C: hue angle of 216.71º 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 #07285C is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 40 | 92 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.64 |
| HSL | 216.71º | 0.86% | 0.19% | - |
| HSV(B) | 216.71º | 0.92% | 0.36% | - |
| XYZ | 2.78 | 2.34 | 10.43 | - |
| YUV | 36.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 92 | 0.92 | 0.57 | 0 | 0.64 | 216.71 | 0.86 | 0.19 |
| Hex | 7 | 28 | 5C | 5C | 39 | 0 | 40 | D9 | 56 | 13 |
| Octal | 7 | 50 | 134 | 134 | 71 | 0 | 100 | 331 | 126 | 23 |
| Binary | 111 | 101000 | 1011100 | 1011100 | 111001 | 0 | 1000000 | 11011001 | 1010110 | 10011 |
Color Harmonies of #07285C
Complementary color
Monochromatic Colors of #07285C
Black with #07285C
Text Example
Text Example
White with #07285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07285C; }
p { color: rgb(7,40,92); }
H1.HeaderClassName
{
color: #07285C;
}
.AnyTagClassName
{
color: #07285C;
}
</style>
background-color css
<style>
a { background-color: #07285C; }
a { background-color: rgb(7,40,92); }
div.DivClassName
{
background-color: #07285C;
}
.BgClassName
{
background-color: #07285C;
}
</style>
border-color css
<style>
span { border-color: #07285C; }
span { border-color: rgb(7,40,92); }
td.TdClassName
{
border-color: #07285C;
}
.TagClassName
{
border-color: #07285C;
}
</style>