Shades of Sapphire #0F2553
Tints of Sapphire #0F2553
RGB
CMYK
RGB Variations
Color information
#0F2553 (or 0x0F2553) is known color: Sapphire. HEX triplet: 0F, 25 and 53. RGB value is (15,37,83). Sum of RGB (Red+Green+Blue) = 15+37+83=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F2553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2553 is #F0DAAC. Grayscale: #232323. Windows color (decimal): -15784621 or 5448975. OLE color: 5448975.
HSL color Cylindrical-coordinate representation of color #0F2553: hue angle of 220.59º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2553 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 37 | 83 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.67 |
| HSL | 220.59º | 0.69% | 0.19% | - |
| HSV(B) | 220.59º | 0.82% | 0.33% | - |
| XYZ | 2.42 | 2.05 | 8.45 | - |
| YUV | 35.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 83 | 0.82 | 0.55 | 0 | 0.67 | 220.59 | 0.69 | 0.19 |
| Hex | F | 25 | 53 | 52 | 37 | 0 | 43 | DD | 45 | 13 |
| Octal | 17 | 45 | 123 | 122 | 67 | 0 | 103 | 335 | 105 | 23 |
| Binary | 1111 | 100101 | 1010011 | 1010010 | 110111 | 0 | 1000011 | 11011101 | 1000101 | 10011 |
Color Harmonies of #0F2553
Complementary color
Monochromatic Colors of #0F2553
Black with #0F2553
Text Example
Text Example
White with #0F2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2553; }
p { color: rgb(15,37,83); }
H1.HeaderClassName
{
color: #0F2553;
}
.AnyTagClassName
{
color: #0F2553;
}
</style>
background-color css
<style>
a { background-color: #0F2553; }
a { background-color: rgb(15,37,83); }
div.DivClassName
{
background-color: #0F2553;
}
.BgClassName
{
background-color: #0F2553;
}
</style>
border-color css
<style>
span { border-color: #0F2553; }
span { border-color: rgb(15,37,83); }
td.TdClassName
{
border-color: #0F2553;
}
.TagClassName
{
border-color: #0F2553;
}
</style>