Shades of Sapphire #07287B
Tints of Sapphire #07287B
RGB
CMYK
RGB Variations
Color information
#07287B (or 0x07287B) is known color: Sapphire. HEX triplet: 07, 28 and 7B. RGB value is (7,40,123). Sum of RGB (Red+Green+Blue) = 7+40+123=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #07287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07287B is #F8D784. Grayscale: #272727. Windows color (decimal): -16308101 or 8071175. OLE color: 8071175.
HSL color Cylindrical-coordinate representation of color #07287B: hue angle of 222.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07287B is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 40 | 123 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.52 |
| HSL | 222.93º | 0.89% | 0.25% | - |
| HSV(B) | 222.93º | 0.94% | 0.48% | - |
| XYZ | 4.42 | 2.99 | 19.08 | - |
| YUV | 39.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 123 | 0.94 | 0.67 | 0 | 0.52 | 222.93 | 0.89 | 0.25 |
| Hex | 7 | 28 | 7B | 5E | 43 | 0 | 34 | DF | 59 | 19 |
| Octal | 7 | 50 | 173 | 136 | 103 | 0 | 64 | 337 | 131 | 31 |
| Binary | 111 | 101000 | 1111011 | 1011110 | 1000011 | 0 | 110100 | 11011111 | 1011001 | 11001 |
Color Harmonies of #07287B
Complementary color
Monochromatic Colors of #07287B
Black with #07287B
Text Example
Text Example
White with #07287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07287B; }
p { color: rgb(7,40,123); }
H1.HeaderClassName
{
color: #07287B;
}
.AnyTagClassName
{
color: #07287B;
}
</style>
background-color css
<style>
a { background-color: #07287B; }
a { background-color: rgb(7,40,123); }
div.DivClassName
{
background-color: #07287B;
}
.BgClassName
{
background-color: #07287B;
}
</style>
border-color css
<style>
span { border-color: #07287B; }
span { border-color: rgb(7,40,123); }
td.TdClassName
{
border-color: #07287B;
}
.TagClassName
{
border-color: #07287B;
}
</style>