Shades of Sapphire #0F264D
Tints of Sapphire #0F264D
RGB
CMYK
RGB Variations
Color information
#0F264D (or 0x0F264D) is known color: Sapphire. HEX triplet: 0F, 26 and 4D. RGB value is (15,38,77). Sum of RGB (Red+Green+Blue) = 15+38+77=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F264D is #F0D9B2. Grayscale: #232323. Windows color (decimal): -15784371 or 5056015. OLE color: 5056015.
HSL color Cylindrical-coordinate representation of color #0F264D: hue angle of 217.74º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F264D is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 38 | 77 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.70 |
| HSL | 217.74º | 0.67% | 0.18% | - |
| HSV(B) | 217.74º | 0.81% | 0.3% | - |
| XYZ | 2.23 | 2.02 | 7.29 | - |
| YUV | 35.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 77 | 0.81 | 0.51 | 0 | 0.70 | 217.74 | 0.67 | 0.18 |
| Hex | F | 26 | 4D | 51 | 33 | 0 | 46 | DA | 43 | 12 |
| Octal | 17 | 46 | 115 | 121 | 63 | 0 | 106 | 332 | 103 | 22 |
| Binary | 1111 | 100110 | 1001101 | 1010001 | 110011 | 0 | 1000110 | 11011010 | 1000011 | 10010 |
Color Harmonies of #0F264D
Complementary color
Monochromatic Colors of #0F264D
Black with #0F264D
Text Example
Text Example
White with #0F264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F264D; }
p { color: rgb(15,38,77); }
H1.HeaderClassName
{
color: #0F264D;
}
.AnyTagClassName
{
color: #0F264D;
}
</style>
background-color css
<style>
a { background-color: #0F264D; }
a { background-color: rgb(15,38,77); }
div.DivClassName
{
background-color: #0F264D;
}
.BgClassName
{
background-color: #0F264D;
}
</style>
border-color css
<style>
span { border-color: #0F264D; }
span { border-color: rgb(15,38,77); }
td.TdClassName
{
border-color: #0F264D;
}
.TagClassName
{
border-color: #0F264D;
}
</style>