Shades of Sapphire #07255B
Tints of Sapphire #07255B
RGB
CMYK
RGB Variations
Color information
#07255B (or 0x07255B) is known color: Sapphire. HEX triplet: 07, 25 and 5B. RGB value is (7,37,91). Sum of RGB (Red+Green+Blue) = 7+37+91=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #07255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07255B is #F8DAA4. Grayscale: #212121. Windows color (decimal): -16308901 or 5973255. OLE color: 5973255.
HSL color Cylindrical-coordinate representation of color #07255B: hue angle of 218.57º 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 #07255B is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 37 | 91 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.64 |
| HSL | 218.57º | 0.86% | 0.19% | - |
| HSV(B) | 218.57º | 0.92% | 0.36% | - |
| XYZ | 2.64 | 2.12 | 10.17 | - |
| YUV | 34.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 91 | 0.92 | 0.59 | 0 | 0.64 | 218.57 | 0.86 | 0.19 |
| Hex | 7 | 25 | 5B | 5C | 3B | 0 | 40 | DB | 56 | 13 |
| Octal | 7 | 45 | 133 | 134 | 73 | 0 | 100 | 333 | 126 | 23 |
| Binary | 111 | 100101 | 1011011 | 1011100 | 111011 | 0 | 1000000 | 11011011 | 1010110 | 10011 |
Color Harmonies of #07255B
Complementary color
Monochromatic Colors of #07255B
Black with #07255B
Text Example
Text Example
White with #07255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07255B; }
p { color: rgb(7,37,91); }
H1.HeaderClassName
{
color: #07255B;
}
.AnyTagClassName
{
color: #07255B;
}
</style>
background-color css
<style>
a { background-color: #07255B; }
a { background-color: rgb(7,37,91); }
div.DivClassName
{
background-color: #07255B;
}
.BgClassName
{
background-color: #07255B;
}
</style>
border-color css
<style>
span { border-color: #07255B; }
span { border-color: rgb(7,37,91); }
td.TdClassName
{
border-color: #07255B;
}
.TagClassName
{
border-color: #07255B;
}
</style>