Shades of Sapphire #0B234D
Tints of Sapphire #0B234D
RGB
CMYK
RGB Variations
Color information
#0B234D (or 0x0B234D) is known color: Sapphire. HEX triplet: 0B, 23 and 4D. RGB value is (11,35,77). Sum of RGB (Red+Green+Blue) = 11+35+77=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B234D is #F4DCB2. Grayscale: #202020. Windows color (decimal): -16047283 or 5055243. OLE color: 5055243.
HSL color Cylindrical-coordinate representation of color #0B234D: hue angle of 218.18º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B234D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 35 | 77 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.70 |
| HSL | 218.18º | 0.75% | 0.17% | - |
| HSV(B) | 218.18º | 0.86% | 0.3% | - |
| XYZ | 2.08 | 1.81 | 7.26 | - |
| YUV | 32.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 77 | 0.86 | 0.55 | 0 | 0.70 | 218.18 | 0.75 | 0.17 |
| Hex | B | 23 | 4D | 56 | 37 | 0 | 46 | DA | 4B | 11 |
| Octal | 13 | 43 | 115 | 126 | 67 | 0 | 106 | 332 | 113 | 21 |
| Binary | 1011 | 100011 | 1001101 | 1010110 | 110111 | 0 | 1000110 | 11011010 | 1001011 | 10001 |
Color Harmonies of #0B234D
Complementary color
Monochromatic Colors of #0B234D
Black with #0B234D
Text Example
Text Example
White with #0B234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B234D; }
p { color: rgb(11,35,77); }
H1.HeaderClassName
{
color: #0B234D;
}
.AnyTagClassName
{
color: #0B234D;
}
</style>
background-color css
<style>
a { background-color: #0B234D; }
a { background-color: rgb(11,35,77); }
div.DivClassName
{
background-color: #0B234D;
}
.BgClassName
{
background-color: #0B234D;
}
</style>
border-color css
<style>
span { border-color: #0B234D; }
span { border-color: rgb(11,35,77); }
td.TdClassName
{
border-color: #0B234D;
}
.TagClassName
{
border-color: #0B234D;
}
</style>