Shades of Sapphire #0F2957
Tints of Sapphire #0F2957
RGB
CMYK
RGB Variations
Color information
#0F2957 (or 0x0F2957) is known color: Sapphire. HEX triplet: 0F, 29 and 57. RGB value is (15,41,87). Sum of RGB (Red+Green+Blue) = 15+41+87=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F2957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2957 is #F0D6A8. Grayscale: #262626. Windows color (decimal): -15783593 or 5712143. OLE color: 5712143.
HSL color Cylindrical-coordinate representation of color #0F2957: hue angle of 218.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2957 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 41 | 87 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.66 |
| HSL | 218.33º | 0.71% | 0.2% | - |
| HSV(B) | 218.33º | 0.83% | 0.34% | - |
| XYZ | 2.71 | 2.38 | 9.33 | - |
| YUV | 38.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 87 | 0.83 | 0.53 | 0 | 0.66 | 218.33 | 0.71 | 0.2 |
| Hex | F | 29 | 57 | 53 | 35 | 0 | 42 | DA | 47 | 14 |
| Octal | 17 | 51 | 127 | 123 | 65 | 0 | 102 | 332 | 107 | 24 |
| Binary | 1111 | 101001 | 1010111 | 1010011 | 110101 | 0 | 1000010 | 11011010 | 1000111 | 10100 |
Color Harmonies of #0F2957
Complementary color
Monochromatic Colors of #0F2957
Black with #0F2957
Text Example
Text Example
White with #0F2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2957; }
p { color: rgb(15,41,87); }
H1.HeaderClassName
{
color: #0F2957;
}
.AnyTagClassName
{
color: #0F2957;
}
</style>
background-color css
<style>
a { background-color: #0F2957; }
a { background-color: rgb(15,41,87); }
div.DivClassName
{
background-color: #0F2957;
}
.BgClassName
{
background-color: #0F2957;
}
</style>
border-color css
<style>
span { border-color: #0F2957; }
span { border-color: rgb(15,41,87); }
td.TdClassName
{
border-color: #0F2957;
}
.TagClassName
{
border-color: #0F2957;
}
</style>