Shades of Sapphire #040F63
Tints of Sapphire #040F63
RGB
CMYK
RGB Variations
Color information
#040F63 (or 0x040F63) is known color: Sapphire. HEX triplet: 04, 0F and 63. RGB value is (4,15,99). Sum of RGB (Red+Green+Blue) = 4+15+99=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #040F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F63 is #FBF09C. Grayscale: #141414. Windows color (decimal): -16511133 or 6491908. OLE color: 6491908.
HSL color Cylindrical-coordinate representation of color #040F63: hue angle of 233.05º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F63 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 15 | 99 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.61 |
| HSL | 233.05º | 0.92% | 0.2% | - |
| HSV(B) | 233.05º | 0.96% | 0.39% | - |
| XYZ | 2.47 | 1.27 | 11.92 | - |
| YUV | 21.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 99 | 0.96 | 0.85 | 0 | 0.61 | 233.05 | 0.92 | 0.2 |
| Hex | 4 | F | 63 | 60 | 55 | 0 | 3D | E9 | 5C | 14 |
| Octal | 4 | 17 | 143 | 140 | 125 | 0 | 75 | 351 | 134 | 24 |
| Binary | 100 | 1111 | 1100011 | 1100000 | 1010101 | 0 | 111101 | 11101001 | 1011100 | 10100 |
Color Harmonies of #040F63
Complementary color
Monochromatic Colors of #040F63
Black with #040F63
Text Example
Text Example
White with #040F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F63; }
p { color: rgb(4,15,99); }
H1.HeaderClassName
{
color: #040F63;
}
.AnyTagClassName
{
color: #040F63;
}
</style>
background-color css
<style>
a { background-color: #040F63; }
a { background-color: rgb(4,15,99); }
div.DivClassName
{
background-color: #040F63;
}
.BgClassName
{
background-color: #040F63;
}
</style>
border-color css
<style>
span { border-color: #040F63; }
span { border-color: rgb(4,15,99); }
td.TdClassName
{
border-color: #040F63;
}
.TagClassName
{
border-color: #040F63;
}
</style>