Shades of Sapphire #040F5A
Tints of Sapphire #040F5A
RGB
CMYK
RGB Variations
Color information
#040F5A (or 0x040F5A) is known color: Sapphire. HEX triplet: 04, 0F and 5A. RGB value is (4,15,90). Sum of RGB (Red+Green+Blue) = 4+15+90=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #040F5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F5A is #FBF0A5. Grayscale: #131313. Windows color (decimal): -16511142 or 5902084. OLE color: 5902084.
HSL color Cylindrical-coordinate representation of color #040F5A: hue angle of 232.33º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F5A is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 15 | 90 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.65 |
| HSL | 232.33º | 0.91% | 0.18% | - |
| HSV(B) | 232.33º | 0.96% | 0.35% | - |
| XYZ | 2.07 | 1.11 | 9.78 | - |
| YUV | 20.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 90 | 0.96 | 0.83 | 0 | 0.65 | 232.33 | 0.91 | 0.18 |
| Hex | 4 | F | 5A | 60 | 53 | 0 | 41 | E8 | 5B | 12 |
| Octal | 4 | 17 | 132 | 140 | 123 | 0 | 101 | 350 | 133 | 22 |
| Binary | 100 | 1111 | 1011010 | 1100000 | 1010011 | 0 | 1000001 | 11101000 | 1011011 | 10010 |
Color Harmonies of #040F5A
Complementary color
Monochromatic Colors of #040F5A
Black with #040F5A
Text Example
Text Example
White with #040F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F5A; }
p { color: rgb(4,15,90); }
H1.HeaderClassName
{
color: #040F5A;
}
.AnyTagClassName
{
color: #040F5A;
}
</style>
background-color css
<style>
a { background-color: #040F5A; }
a { background-color: rgb(4,15,90); }
div.DivClassName
{
background-color: #040F5A;
}
.BgClassName
{
background-color: #040F5A;
}
</style>
border-color css
<style>
span { border-color: #040F5A; }
span { border-color: rgb(4,15,90); }
td.TdClassName
{
border-color: #040F5A;
}
.TagClassName
{
border-color: #040F5A;
}
</style>