Shades of Sapphire #000B4E
Tints of Sapphire #000B4E
RGB
CMYK
RGB Variations
Color information
#000B4E (or 0x000B4E) is known color: Sapphire. HEX triplet: 00, 0B and 4E. RGB value is (0,11,78). Sum of RGB (Red+Green+Blue) = 0+11+78=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 78 (30.86% from 255 or 87.64% from 89); Max value from RGB is 78 - color contains mainly: blue. Hex color #000B4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B4E is #FFF4B1. Grayscale: #0F0F0F. Windows color (decimal): -16774322 or 5114624. OLE color: 5114624.
HSL color Cylindrical-coordinate representation of color #000B4E: hue angle of 231.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B4E is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 11 | 78 | - |
| CMYK | 1 | 0.86 | 0 | 0.69 |
| HSL | 231.54º | 1% | 0.15% | - |
| HSV(B) | 231.54º | 1% | 0.31% | - |
| XYZ | 1.49 | 0.79 | 7.28 | - |
| YUV | 15.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 78 | 1 | 0.86 | 0 | 0.69 | 231.54 | 1 | 0.15 |
| Hex | 0 | B | 4E | 64 | 56 | 0 | 45 | E8 | 64 | F |
| Octal | 0 | 13 | 116 | 144 | 126 | 0 | 105 | 350 | 144 | 17 |
| Binary | 0 | 1011 | 1001110 | 1100100 | 1010110 | 0 | 1000101 | 11101000 | 1100100 | 1111 |
Color Harmonies of #000B4E
Complementary color
Monochromatic Colors of #000B4E
Black with #000B4E
Text Example
Text Example
White with #000B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B4E; }
p { color: rgb(0,11,78); }
H1.HeaderClassName
{
color: #000B4E;
}
.AnyTagClassName
{
color: #000B4E;
}
</style>
background-color css
<style>
a { background-color: #000B4E; }
a { background-color: rgb(0,11,78); }
div.DivClassName
{
background-color: #000B4E;
}
.BgClassName
{
background-color: #000B4E;
}
</style>
border-color css
<style>
span { border-color: #000B4E; }
span { border-color: rgb(0,11,78); }
td.TdClassName
{
border-color: #000B4E;
}
.TagClassName
{
border-color: #000B4E;
}
</style>