Shades of Sapphire #040B4A
Tints of Sapphire #040B4A
RGB
CMYK
RGB Variations
Color information
#040B4A (or 0x040B4A) is known color: Sapphire. HEX triplet: 04, 0B and 4A. RGB value is (4,11,74). Sum of RGB (Red+Green+Blue) = 4+11+74=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 74 (29.30% from 255 or 83.15% from 89); Max value from RGB is 74 - color contains mainly: blue. Hex color #040B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B4A is #FBF4B5. Grayscale: #0F0F0F. Windows color (decimal): -16512182 or 4852484. OLE color: 4852484.
HSL color Cylindrical-coordinate representation of color #040B4A: hue angle of 234º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040B4A is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 11 | 74 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.71 |
| HSL | 234º | 0.9% | 0.15% | - |
| HSV(B) | 234º | 0.95% | 0.29% | - |
| XYZ | 1.41 | 0.76 | 6.55 | - |
| YUV | 16.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 74 | 0.95 | 0.85 | 0 | 0.71 | 234 | 0.9 | 0.15 |
| Hex | 4 | B | 4A | 5F | 55 | 0 | 47 | EA | 5A | F |
| Octal | 4 | 13 | 112 | 137 | 125 | 0 | 107 | 352 | 132 | 17 |
| Binary | 100 | 1011 | 1001010 | 1011111 | 1010101 | 0 | 1000111 | 11101010 | 1011010 | 1111 |
Color Harmonies of #040B4A
Complementary color
Monochromatic Colors of #040B4A
Black with #040B4A
Text Example
Text Example
White with #040B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B4A; }
p { color: rgb(4,11,74); }
H1.HeaderClassName
{
color: #040B4A;
}
.AnyTagClassName
{
color: #040B4A;
}
</style>
background-color css
<style>
a { background-color: #040B4A; }
a { background-color: rgb(4,11,74); }
div.DivClassName
{
background-color: #040B4A;
}
.BgClassName
{
background-color: #040B4A;
}
</style>
border-color css
<style>
span { border-color: #040B4A; }
span { border-color: rgb(4,11,74); }
td.TdClassName
{
border-color: #040B4A;
}
.TagClassName
{
border-color: #040B4A;
}
</style>