Shades of Sapphire #071C6C
Tints of Sapphire #071C6C
RGB
CMYK
RGB Variations
Color information
#071C6C (or 0x071C6C) is known color: Sapphire. HEX triplet: 07, 1C and 6C. RGB value is (7,28,108). Sum of RGB (Red+Green+Blue) = 7+28+108=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #071C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C6C is #F8E393. Grayscale: #1E1E1E. Windows color (decimal): -16311188 or 7085063. OLE color: 7085063.
HSL color Cylindrical-coordinate representation of color #071C6C: hue angle of 227.52º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071C6C is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 28 | 108 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.58 |
| HSL | 227.52º | 0.88% | 0.23% | - |
| HSV(B) | 227.52º | 0.94% | 0.42% | - |
| XYZ | 3.21 | 1.96 | 14.4 | - |
| YUV | 30.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 108 | 0.94 | 0.74 | 0 | 0.58 | 227.52 | 0.88 | 0.23 |
| Hex | 7 | 1C | 6C | 5E | 4A | 0 | 3A | E4 | 58 | 17 |
| Octal | 7 | 34 | 154 | 136 | 112 | 0 | 72 | 344 | 130 | 27 |
| Binary | 111 | 11100 | 1101100 | 1011110 | 1001010 | 0 | 111010 | 11100100 | 1011000 | 10111 |
Color Harmonies of #071C6C
Complementary color
Monochromatic Colors of #071C6C
Black with #071C6C
Text Example
Text Example
White with #071C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C6C; }
p { color: rgb(7,28,108); }
H1.HeaderClassName
{
color: #071C6C;
}
.AnyTagClassName
{
color: #071C6C;
}
</style>
background-color css
<style>
a { background-color: #071C6C; }
a { background-color: rgb(7,28,108); }
div.DivClassName
{
background-color: #071C6C;
}
.BgClassName
{
background-color: #071C6C;
}
</style>
border-color css
<style>
span { border-color: #071C6C; }
span { border-color: rgb(7,28,108); }
td.TdClassName
{
border-color: #071C6C;
}
.TagClassName
{
border-color: #071C6C;
}
</style>