Shades of Sapphire #071E4B
Tints of Sapphire #071E4B
RGB
CMYK
RGB Variations
Color information
#071E4B (or 0x071E4B) is known color: Sapphire. HEX triplet: 07, 1E and 4B. RGB value is (7,30,75). Sum of RGB (Red+Green+Blue) = 7+30+75=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #071E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E4B is #F8E1B4. Grayscale: #1C1C1C. Windows color (decimal): -16310709 or 4922887. OLE color: 4922887.
HSL color Cylindrical-coordinate representation of color #071E4B: hue angle of 219.71º 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 #071E4B is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 30 | 75 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.71 |
| HSL | 219.71º | 0.83% | 0.16% | - |
| HSV(B) | 219.71º | 0.91% | 0.29% | - |
| XYZ | 1.82 | 1.48 | 6.85 | - |
| YUV | 28.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 75 | 0.91 | 0.60 | 0 | 0.71 | 219.71 | 0.83 | 0.16 |
| Hex | 7 | 1E | 4B | 5B | 3C | 0 | 47 | DC | 53 | 10 |
| Octal | 7 | 36 | 113 | 133 | 74 | 0 | 107 | 334 | 123 | 20 |
| Binary | 111 | 11110 | 1001011 | 1011011 | 111100 | 0 | 1000111 | 11011100 | 1010011 | 10000 |
Color Harmonies of #071E4B
Complementary color
Monochromatic Colors of #071E4B
Black with #071E4B
Text Example
Text Example
White with #071E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E4B; }
p { color: rgb(7,30,75); }
H1.HeaderClassName
{
color: #071E4B;
}
.AnyTagClassName
{
color: #071E4B;
}
</style>
background-color css
<style>
a { background-color: #071E4B; }
a { background-color: rgb(7,30,75); }
div.DivClassName
{
background-color: #071E4B;
}
.BgClassName
{
background-color: #071E4B;
}
</style>
border-color css
<style>
span { border-color: #071E4B; }
span { border-color: rgb(7,30,75); }
td.TdClassName
{
border-color: #071E4B;
}
.TagClassName
{
border-color: #071E4B;
}
</style>