Shades of Sapphire #070D4C
Tints of Sapphire #070D4C
RGB
CMYK
RGB Variations
Color information
#070D4C (or 0x070D4C) is known color: Sapphire. HEX triplet: 07, 0D and 4C. RGB value is (7,13,76). Sum of RGB (Red+Green+Blue) = 7+13+76=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #070D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D4C is #F8F2B3. Grayscale: #121212. Windows color (decimal): -16315060 or 4984071. OLE color: 4984071.
HSL color Cylindrical-coordinate representation of color #070D4C: hue angle of 234.78º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070D4C is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 13 | 76 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.70 |
| HSL | 234.78º | 0.83% | 0.16% | - |
| HSV(B) | 234.78º | 0.91% | 0.3% | - |
| XYZ | 1.54 | 0.85 | 6.92 | - |
| YUV | 18.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 76 | 0.91 | 0.83 | 0 | 0.70 | 234.78 | 0.83 | 0.16 |
| Hex | 7 | D | 4C | 5B | 53 | 0 | 46 | EB | 53 | 10 |
| Octal | 7 | 15 | 114 | 133 | 123 | 0 | 106 | 353 | 123 | 20 |
| Binary | 111 | 1101 | 1001100 | 1011011 | 1010011 | 0 | 1000110 | 11101011 | 1010011 | 10000 |
Color Harmonies of #070D4C
Complementary color
Monochromatic Colors of #070D4C
Black with #070D4C
Text Example
Text Example
White with #070D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D4C; }
p { color: rgb(7,13,76); }
H1.HeaderClassName
{
color: #070D4C;
}
.AnyTagClassName
{
color: #070D4C;
}
</style>
background-color css
<style>
a { background-color: #070D4C; }
a { background-color: rgb(7,13,76); }
div.DivClassName
{
background-color: #070D4C;
}
.BgClassName
{
background-color: #070D4C;
}
</style>
border-color css
<style>
span { border-color: #070D4C; }
span { border-color: rgb(7,13,76); }
td.TdClassName
{
border-color: #070D4C;
}
.TagClassName
{
border-color: #070D4C;
}
</style>