Shades of Sapphire #000F5C
Tints of Sapphire #000F5C
RGB
CMYK
RGB Variations
Color information
#000F5C (or 0x000F5C) is known color: Sapphire. HEX triplet: 00, 0F and 5C. RGB value is (0,15,92). Sum of RGB (Red+Green+Blue) = 0+15+92=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #000F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5C is #FFF0A3. Grayscale: #121212. Windows color (decimal): -16773284 or 6033152. OLE color: 6033152.
HSL color Cylindrical-coordinate representation of color #000F5C: hue angle of 230.22º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F5C is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 15 | 92 | - |
| CMYK | 1 | 0.84 | 0 | 0.64 |
| HSL | 230.22º | 1% | 0.18% | - |
| HSV(B) | 230.22º | 1% | 0.36% | - |
| XYZ | 2.1 | 1.11 | 10.23 | - |
| YUV | 19.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 92 | 1 | 0.84 | 0 | 0.64 | 230.22 | 1 | 0.18 |
| Hex | 0 | F | 5C | 64 | 54 | 0 | 40 | E6 | 64 | 12 |
| Octal | 0 | 17 | 134 | 144 | 124 | 0 | 100 | 346 | 144 | 22 |
| Binary | 0 | 1111 | 1011100 | 1100100 | 1010100 | 0 | 1000000 | 11100110 | 1100100 | 10010 |
Color Harmonies of #000F5C
Complementary color
Monochromatic Colors of #000F5C
Black with #000F5C
Text Example
Text Example
White with #000F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F5C; }
p { color: rgb(0,15,92); }
H1.HeaderClassName
{
color: #000F5C;
}
.AnyTagClassName
{
color: #000F5C;
}
</style>
background-color css
<style>
a { background-color: #000F5C; }
a { background-color: rgb(0,15,92); }
div.DivClassName
{
background-color: #000F5C;
}
.BgClassName
{
background-color: #000F5C;
}
</style>
border-color css
<style>
span { border-color: #000F5C; }
span { border-color: rgb(0,15,92); }
td.TdClassName
{
border-color: #000F5C;
}
.TagClassName
{
border-color: #000F5C;
}
</style>