Shades of Sapphire #07265A
Tints of Sapphire #07265A
RGB
CMYK
RGB Variations
Color information
#07265A (or 0x07265A) is known color: Sapphire. HEX triplet: 07, 26 and 5A. RGB value is (7,38,90). Sum of RGB (Red+Green+Blue) = 7+38+90=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #07265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07265A is #F8D9A5. Grayscale: #222222. Windows color (decimal): -16308646 or 5907975. OLE color: 5907975.
HSL color Cylindrical-coordinate representation of color #07265A: hue angle of 217.59º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07265A is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 38 | 90 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.65 |
| HSL | 217.59º | 0.86% | 0.19% | - |
| HSV(B) | 217.59º | 0.92% | 0.35% | - |
| XYZ | 2.63 | 2.17 | 9.95 | - |
| YUV | 34.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 90 | 0.92 | 0.58 | 0 | 0.65 | 217.59 | 0.86 | 0.19 |
| Hex | 7 | 26 | 5A | 5C | 3A | 0 | 41 | DA | 56 | 13 |
| Octal | 7 | 46 | 132 | 134 | 72 | 0 | 101 | 332 | 126 | 23 |
| Binary | 111 | 100110 | 1011010 | 1011100 | 111010 | 0 | 1000001 | 11011010 | 1010110 | 10011 |
Color Harmonies of #07265A
Complementary color
Monochromatic Colors of #07265A
Black with #07265A
Text Example
Text Example
White with #07265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07265A; }
p { color: rgb(7,38,90); }
H1.HeaderClassName
{
color: #07265A;
}
.AnyTagClassName
{
color: #07265A;
}
</style>
background-color css
<style>
a { background-color: #07265A; }
a { background-color: rgb(7,38,90); }
div.DivClassName
{
background-color: #07265A;
}
.BgClassName
{
background-color: #07265A;
}
</style>
border-color css
<style>
span { border-color: #07265A; }
span { border-color: rgb(7,38,90); }
td.TdClassName
{
border-color: #07265A;
}
.TagClassName
{
border-color: #07265A;
}
</style>