Shades of Sapphire #07164A
Tints of Sapphire #07164A
RGB
CMYK
RGB Variations
Color information
#07164A (or 0x07164A) is known color: Sapphire. HEX triplet: 07, 16 and 4A. RGB value is (7,22,74). Sum of RGB (Red+Green+Blue) = 7+22+74=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #07164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07164A is #F8E9B5. Grayscale: #171717. Windows color (decimal): -16312758 or 4855303. OLE color: 4855303.
HSL color Cylindrical-coordinate representation of color #07164A: hue angle of 226.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07164A is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 22 | 74 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.71 |
| HSL | 226.57º | 0.83% | 0.16% | - |
| HSV(B) | 226.57º | 0.91% | 0.29% | - |
| XYZ | 1.61 | 1.11 | 6.61 | - |
| YUV | 23.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 74 | 0.91 | 0.70 | 0 | 0.71 | 226.57 | 0.83 | 0.16 |
| Hex | 7 | 16 | 4A | 5B | 46 | 0 | 47 | E3 | 53 | 10 |
| Octal | 7 | 26 | 112 | 133 | 106 | 0 | 107 | 343 | 123 | 20 |
| Binary | 111 | 10110 | 1001010 | 1011011 | 1000110 | 0 | 1000111 | 11100011 | 1010011 | 10000 |
Color Harmonies of #07164A
Complementary color
Monochromatic Colors of #07164A
Black with #07164A
Text Example
Text Example
White with #07164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07164A; }
p { color: rgb(7,22,74); }
H1.HeaderClassName
{
color: #07164A;
}
.AnyTagClassName
{
color: #07164A;
}
</style>
background-color css
<style>
a { background-color: #07164A; }
a { background-color: rgb(7,22,74); }
div.DivClassName
{
background-color: #07164A;
}
.BgClassName
{
background-color: #07164A;
}
</style>
border-color css
<style>
span { border-color: #07164A; }
span { border-color: rgb(7,22,74); }
td.TdClassName
{
border-color: #07164A;
}
.TagClassName
{
border-color: #07164A;
}
</style>