Shades of Sapphire #040F5C
Tints of Sapphire #040F5C
RGB
CMYK
RGB Variations
Color information
#040F5C (or 0x040F5C) is known color: Sapphire. HEX triplet: 04, 0F and 5C. RGB value is (4,15,92). Sum of RGB (Red+Green+Blue) = 4+15+92=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #040F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F5C is #FBF0A3. Grayscale: #141414. Windows color (decimal): -16511140 or 6033156. OLE color: 6033156.
HSL color Cylindrical-coordinate representation of color #040F5C: hue angle of 232.5º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F5C is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 15 | 92 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.64 |
| HSL | 232.5º | 0.92% | 0.19% | - |
| HSV(B) | 232.5º | 0.96% | 0.36% | - |
| XYZ | 2.15 | 1.14 | 10.23 | - |
| YUV | 20.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 92 | 0.96 | 0.84 | 0 | 0.64 | 232.5 | 0.92 | 0.19 |
| Hex | 4 | F | 5C | 60 | 54 | 0 | 40 | E8 | 5C | 13 |
| Octal | 4 | 17 | 134 | 140 | 124 | 0 | 100 | 350 | 134 | 23 |
| Binary | 100 | 1111 | 1011100 | 1100000 | 1010100 | 0 | 1000000 | 11101000 | 1011100 | 10011 |
Color Harmonies of #040F5C
Complementary color
Monochromatic Colors of #040F5C
Black with #040F5C
Text Example
Text Example
White with #040F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F5C; }
p { color: rgb(4,15,92); }
H1.HeaderClassName
{
color: #040F5C;
}
.AnyTagClassName
{
color: #040F5C;
}
</style>
background-color css
<style>
a { background-color: #040F5C; }
a { background-color: rgb(4,15,92); }
div.DivClassName
{
background-color: #040F5C;
}
.BgClassName
{
background-color: #040F5C;
}
</style>
border-color css
<style>
span { border-color: #040F5C; }
span { border-color: rgb(4,15,92); }
td.TdClassName
{
border-color: #040F5C;
}
.TagClassName
{
border-color: #040F5C;
}
</style>