Shades of Sapphire #000B4A
Tints of Sapphire #000B4A
RGB
CMYK
RGB Variations
Color information
#000B4A (or 0x000B4A) is known color: Sapphire. HEX triplet: 00, 0B and 4A. RGB value is (0,11,74). Sum of RGB (Red+Green+Blue) = 0+11+74=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 74 (29.30% from 255 or 87.06% from 85); Max value from RGB is 74 - color contains mainly: blue. Hex color #000B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B4A is #FFF4B5. Grayscale: #0E0E0E. Windows color (decimal): -16774326 or 4852480. OLE color: 4852480.
HSL color Cylindrical-coordinate representation of color #000B4A: hue angle of 231.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B4A is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 11 | 74 | - |
| CMYK | 1 | 0.85 | 0 | 0.71 |
| HSL | 231.08º | 1% | 0.15% | - |
| HSV(B) | 231.08º | 1% | 0.29% | - |
| XYZ | 1.36 | 0.73 | 6.55 | - |
| YUV | 14.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 74 | 1 | 0.85 | 0 | 0.71 | 231.08 | 1 | 0.15 |
| Hex | 0 | B | 4A | 64 | 55 | 0 | 47 | E7 | 64 | F |
| Octal | 0 | 13 | 112 | 144 | 125 | 0 | 107 | 347 | 144 | 17 |
| Binary | 0 | 1011 | 1001010 | 1100100 | 1010101 | 0 | 1000111 | 11100111 | 1100100 | 1111 |
Color Harmonies of #000B4A
Complementary color
Monochromatic Colors of #000B4A
Black with #000B4A
Text Example
Text Example
White with #000B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B4A; }
p { color: rgb(0,11,74); }
H1.HeaderClassName
{
color: #000B4A;
}
.AnyTagClassName
{
color: #000B4A;
}
</style>
background-color css
<style>
a { background-color: #000B4A; }
a { background-color: rgb(0,11,74); }
div.DivClassName
{
background-color: #000B4A;
}
.BgClassName
{
background-color: #000B4A;
}
</style>
border-color css
<style>
span { border-color: #000B4A; }
span { border-color: rgb(0,11,74); }
td.TdClassName
{
border-color: #000B4A;
}
.TagClassName
{
border-color: #000B4A;
}
</style>