Shades of Sapphire #0F266E
Tints of Sapphire #0F266E
RGB
CMYK
RGB Variations
Color information
#0F266E (or 0x0F266E) is known color: Sapphire. HEX triplet: 0F, 26 and 6E. RGB value is (15,38,110). Sum of RGB (Red+Green+Blue) = 15+38+110=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F266E is #F0D991. Grayscale: #272727. Windows color (decimal): -15784338 or 7218703. OLE color: 7218703.
HSL color Cylindrical-coordinate representation of color #0F266E: hue angle of 225.47º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F266E is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 38 | 110 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.57 |
| HSL | 225.47º | 0.76% | 0.25% | - |
| HSV(B) | 225.47º | 0.86% | 0.43% | - |
| XYZ | 3.7 | 2.61 | 15.06 | - |
| YUV | 39.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 110 | 0.86 | 0.65 | 0 | 0.57 | 225.47 | 0.76 | 0.25 |
| Hex | F | 26 | 6E | 56 | 41 | 0 | 39 | E1 | 4C | 19 |
| Octal | 17 | 46 | 156 | 126 | 101 | 0 | 71 | 341 | 114 | 31 |
| Binary | 1111 | 100110 | 1101110 | 1010110 | 1000001 | 0 | 111001 | 11100001 | 1001100 | 11001 |
Color Harmonies of #0F266E
Complementary color
Monochromatic Colors of #0F266E
Black with #0F266E
Text Example
Text Example
White with #0F266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F266E; }
p { color: rgb(15,38,110); }
H1.HeaderClassName
{
color: #0F266E;
}
.AnyTagClassName
{
color: #0F266E;
}
</style>
background-color css
<style>
a { background-color: #0F266E; }
a { background-color: rgb(15,38,110); }
div.DivClassName
{
background-color: #0F266E;
}
.BgClassName
{
background-color: #0F266E;
}
</style>
border-color css
<style>
span { border-color: #0F266E; }
span { border-color: rgb(15,38,110); }
td.TdClassName
{
border-color: #0F266E;
}
.TagClassName
{
border-color: #0F266E;
}
</style>