Shades of Sapphire #040B4E
Tints of Sapphire #040B4E
RGB
CMYK
RGB Variations
Color information
#040B4E (or 0x040B4E) is known color: Sapphire. HEX triplet: 04, 0B and 4E. RGB value is (4,11,78). Sum of RGB (Red+Green+Blue) = 4+11+78=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #040B4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B4E is #FBF4B1. Grayscale: #101010. Windows color (decimal): -16512178 or 5114628. OLE color: 5114628.
HSL color Cylindrical-coordinate representation of color #040B4E: hue angle of 234.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B4E is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 11 | 78 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.69 |
| HSL | 234.32º | 0.9% | 0.16% | - |
| HSV(B) | 234.32º | 0.95% | 0.31% | - |
| XYZ | 1.54 | 0.82 | 7.28 | - |
| YUV | 16.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 78 | 0.95 | 0.86 | 0 | 0.69 | 234.32 | 0.9 | 0.16 |
| Hex | 4 | B | 4E | 5F | 56 | 0 | 45 | EA | 5A | 10 |
| Octal | 4 | 13 | 116 | 137 | 126 | 0 | 105 | 352 | 132 | 20 |
| Binary | 100 | 1011 | 1001110 | 1011111 | 1010110 | 0 | 1000101 | 11101010 | 1011010 | 10000 |
Color Harmonies of #040B4E
Complementary color
Monochromatic Colors of #040B4E
Black with #040B4E
Text Example
Text Example
White with #040B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B4E; }
p { color: rgb(4,11,78); }
H1.HeaderClassName
{
color: #040B4E;
}
.AnyTagClassName
{
color: #040B4E;
}
</style>
background-color css
<style>
a { background-color: #040B4E; }
a { background-color: rgb(4,11,78); }
div.DivClassName
{
background-color: #040B4E;
}
.BgClassName
{
background-color: #040B4E;
}
</style>
border-color css
<style>
span { border-color: #040B4E; }
span { border-color: rgb(4,11,78); }
td.TdClassName
{
border-color: #040B4E;
}
.TagClassName
{
border-color: #040B4E;
}
</style>