Shades of Sapphire #0B1D4B
Tints of Sapphire #0B1D4B
RGB
CMYK
RGB Variations
Color information
#0B1D4B (or 0x0B1D4B) is known color: Sapphire. HEX triplet: 0B, 1D and 4B. RGB value is (11,29,75). Sum of RGB (Red+Green+Blue) = 11+29+75=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B1D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D4B is #F4E2B4. Grayscale: #1C1C1C. Windows color (decimal): -16048821 or 4922635. OLE color: 4922635.
HSL color Cylindrical-coordinate representation of color #0B1D4B: hue angle of 223.12º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1D4B is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 29 | 75 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.71 |
| HSL | 223.13º | 0.74% | 0.17% | - |
| HSV(B) | 223.13º | 0.85% | 0.29% | - |
| XYZ | 1.85 | 1.46 | 6.84 | - |
| YUV | 28.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 75 | 0.85 | 0.61 | 0 | 0.71 | 223.13 | 0.74 | 0.17 |
| Hex | B | 1D | 4B | 55 | 3D | 0 | 47 | DF | 4A | 11 |
| Octal | 13 | 35 | 113 | 125 | 75 | 0 | 107 | 337 | 112 | 21 |
| Binary | 1011 | 11101 | 1001011 | 1010101 | 111101 | 0 | 1000111 | 11011111 | 1001010 | 10001 |
Color Harmonies of #0B1D4B
Complementary color
Monochromatic Colors of #0B1D4B
Black with #0B1D4B
Text Example
Text Example
White with #0B1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D4B; }
p { color: rgb(11,29,75); }
H1.HeaderClassName
{
color: #0B1D4B;
}
.AnyTagClassName
{
color: #0B1D4B;
}
</style>
background-color css
<style>
a { background-color: #0B1D4B; }
a { background-color: rgb(11,29,75); }
div.DivClassName
{
background-color: #0B1D4B;
}
.BgClassName
{
background-color: #0B1D4B;
}
</style>
border-color css
<style>
span { border-color: #0B1D4B; }
span { border-color: rgb(11,29,75); }
td.TdClassName
{
border-color: #0B1D4B;
}
.TagClassName
{
border-color: #0B1D4B;
}
</style>