Shades of Sapphire #0B264F
Tints of Sapphire #0B264F
RGB
CMYK
RGB Variations
Color information
#0B264F (or 0x0B264F) is known color: Sapphire. HEX triplet: 0B, 26 and 4F. RGB value is (11,38,79). Sum of RGB (Red+Green+Blue) = 11+38+79=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B264F is #F4D9B0. Grayscale: #222222. Windows color (decimal): -16046513 or 5187083. OLE color: 5187083.
HSL color Cylindrical-coordinate representation of color #0B264F: hue angle of 216.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B264F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 38 | 79 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.69 |
| HSL | 216.18º | 0.76% | 0.18% | - |
| HSV(B) | 216.18º | 0.86% | 0.31% | - |
| XYZ | 2.24 | 2.02 | 7.67 | - |
| YUV | 34.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 79 | 0.86 | 0.52 | 0 | 0.69 | 216.18 | 0.76 | 0.18 |
| Hex | B | 26 | 4F | 56 | 34 | 0 | 45 | D8 | 4C | 12 |
| Octal | 13 | 46 | 117 | 126 | 64 | 0 | 105 | 330 | 114 | 22 |
| Binary | 1011 | 100110 | 1001111 | 1010110 | 110100 | 0 | 1000101 | 11011000 | 1001100 | 10010 |
Color Harmonies of #0B264F
Complementary color
Monochromatic Colors of #0B264F
Black with #0B264F
Text Example
Text Example
White with #0B264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B264F; }
p { color: rgb(11,38,79); }
H1.HeaderClassName
{
color: #0B264F;
}
.AnyTagClassName
{
color: #0B264F;
}
</style>
background-color css
<style>
a { background-color: #0B264F; }
a { background-color: rgb(11,38,79); }
div.DivClassName
{
background-color: #0B264F;
}
.BgClassName
{
background-color: #0B264F;
}
</style>
border-color css
<style>
span { border-color: #0B264F; }
span { border-color: rgb(11,38,79); }
td.TdClassName
{
border-color: #0B264F;
}
.TagClassName
{
border-color: #0B264F;
}
</style>