Shades of Sapphire #07286B
Tints of Sapphire #07286B
RGB
CMYK
RGB Variations
Color information
#07286B (or 0x07286B) is known color: Sapphire. HEX triplet: 07, 28 and 6B. RGB value is (7,40,107). Sum of RGB (Red+Green+Blue) = 7+40+107=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #07286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07286B is #F8D794. Grayscale: #252525. Windows color (decimal): -16308117 or 7022599. OLE color: 7022599.
HSL color Cylindrical-coordinate representation of color #07286B: hue angle of 220.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07286B is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 40 | 107 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.58 |
| HSL | 220.2º | 0.88% | 0.22% | - |
| HSV(B) | 220.2º | 0.93% | 0.42% | - |
| XYZ | 3.5 | 2.62 | 14.23 | - |
| YUV | 37.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 107 | 0.93 | 0.63 | 0 | 0.58 | 220.2 | 0.88 | 0.22 |
| Hex | 7 | 28 | 6B | 5D | 3F | 0 | 3A | DC | 58 | 16 |
| Octal | 7 | 50 | 153 | 135 | 77 | 0 | 72 | 334 | 130 | 26 |
| Binary | 111 | 101000 | 1101011 | 1011101 | 111111 | 0 | 111010 | 11011100 | 1011000 | 10110 |
Color Harmonies of #07286B
Complementary color
Monochromatic Colors of #07286B
Black with #07286B
Text Example
Text Example
White with #07286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07286B; }
p { color: rgb(7,40,107); }
H1.HeaderClassName
{
color: #07286B;
}
.AnyTagClassName
{
color: #07286B;
}
</style>
background-color css
<style>
a { background-color: #07286B; }
a { background-color: rgb(7,40,107); }
div.DivClassName
{
background-color: #07286B;
}
.BgClassName
{
background-color: #07286B;
}
</style>
border-color css
<style>
span { border-color: #07286B; }
span { border-color: rgb(7,40,107); }
td.TdClassName
{
border-color: #07286B;
}
.TagClassName
{
border-color: #07286B;
}
</style>