Shades of Sapphire #07255E
Tints of Sapphire #07255E
RGB
CMYK
RGB Variations
Color information
#07255E (or 0x07255E) is known color: Sapphire. HEX triplet: 07, 25 and 5E. RGB value is (7,37,94). Sum of RGB (Red+Green+Blue) = 7+37+94=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #07255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07255E is #F8DAA1. Grayscale: #222222. Windows color (decimal): -16308898 or 6169863. OLE color: 6169863.
HSL color Cylindrical-coordinate representation of color #07255E: hue angle of 219.31º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07255E is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 37 | 94 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.63 |
| HSL | 219.31º | 0.86% | 0.2% | - |
| HSV(B) | 219.31º | 0.93% | 0.37% | - |
| XYZ | 2.77 | 2.18 | 10.86 | - |
| YUV | 34.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 94 | 0.93 | 0.61 | 0 | 0.63 | 219.31 | 0.86 | 0.2 |
| Hex | 7 | 25 | 5E | 5D | 3D | 0 | 3F | DB | 56 | 14 |
| Octal | 7 | 45 | 136 | 135 | 75 | 0 | 77 | 333 | 126 | 24 |
| Binary | 111 | 100101 | 1011110 | 1011101 | 111101 | 0 | 111111 | 11011011 | 1010110 | 10100 |
Color Harmonies of #07255E
Complementary color
Monochromatic Colors of #07255E
Black with #07255E
Text Example
Text Example
White with #07255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07255E; }
p { color: rgb(7,37,94); }
H1.HeaderClassName
{
color: #07255E;
}
.AnyTagClassName
{
color: #07255E;
}
</style>
background-color css
<style>
a { background-color: #07255E; }
a { background-color: rgb(7,37,94); }
div.DivClassName
{
background-color: #07255E;
}
.BgClassName
{
background-color: #07255E;
}
</style>
border-color css
<style>
span { border-color: #07255E; }
span { border-color: rgb(7,37,94); }
td.TdClassName
{
border-color: #07255E;
}
.TagClassName
{
border-color: #07255E;
}
</style>