Shades of Sapphire #0F2753
Tints of Sapphire #0F2753
RGB
CMYK
RGB Variations
Color information
#0F2753 (or 0x0F2753) is known color: Sapphire. HEX triplet: 0F, 27 and 53. RGB value is (15,39,83). Sum of RGB (Red+Green+Blue) = 15+39+83=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F2753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2753 is #F0D8AC. Grayscale: #242424. Windows color (decimal): -15784109 or 5449487. OLE color: 5449487.
HSL color Cylindrical-coordinate representation of color #0F2753: hue angle of 218.82º 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 #0F2753 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 39 | 83 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.67 |
| HSL | 218.82º | 0.69% | 0.19% | - |
| HSV(B) | 218.82º | 0.82% | 0.33% | - |
| XYZ | 2.48 | 2.18 | 8.47 | - |
| YUV | 36.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 83 | 0.82 | 0.53 | 0 | 0.67 | 218.82 | 0.69 | 0.19 |
| Hex | F | 27 | 53 | 52 | 35 | 0 | 43 | DB | 45 | 13 |
| Octal | 17 | 47 | 123 | 122 | 65 | 0 | 103 | 333 | 105 | 23 |
| Binary | 1111 | 100111 | 1010011 | 1010010 | 110101 | 0 | 1000011 | 11011011 | 1000101 | 10011 |
Color Harmonies of #0F2753
Complementary color
Monochromatic Colors of #0F2753
Black with #0F2753
Text Example
Text Example
White with #0F2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2753; }
p { color: rgb(15,39,83); }
H1.HeaderClassName
{
color: #0F2753;
}
.AnyTagClassName
{
color: #0F2753;
}
</style>
background-color css
<style>
a { background-color: #0F2753; }
a { background-color: rgb(15,39,83); }
div.DivClassName
{
background-color: #0F2753;
}
.BgClassName
{
background-color: #0F2753;
}
</style>
border-color css
<style>
span { border-color: #0F2753; }
span { border-color: rgb(15,39,83); }
td.TdClassName
{
border-color: #0F2753;
}
.TagClassName
{
border-color: #0F2753;
}
</style>