Shades of Sapphire #0F2377
Tints of Sapphire #0F2377
RGB
CMYK
RGB Variations
Color information
#0F2377 (or 0x0F2377) is known color: Sapphire. HEX triplet: 0F, 23 and 77. RGB value is (15,35,119). Sum of RGB (Red+Green+Blue) = 15+35+119=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F2377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2377 is #F0DC88. Grayscale: #262626. Windows color (decimal): -15785097 or 7807759. OLE color: 7807759.
HSL color Cylindrical-coordinate representation of color #0F2377: hue angle of 228.46º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2377 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 35 | 119 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.53 |
| HSL | 228.46º | 0.78% | 0.26% | - |
| HSV(B) | 228.46º | 0.87% | 0.47% | - |
| XYZ | 4.13 | 2.64 | 17.74 | - |
| YUV | 38.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 119 | 0.87 | 0.71 | 0 | 0.53 | 228.46 | 0.78 | 0.26 |
| Hex | F | 23 | 77 | 57 | 47 | 0 | 35 | E4 | 4E | 1A |
| Octal | 17 | 43 | 167 | 127 | 107 | 0 | 65 | 344 | 116 | 32 |
| Binary | 1111 | 100011 | 1110111 | 1010111 | 1000111 | 0 | 110101 | 11100100 | 1001110 | 11010 |
Color Harmonies of #0F2377
Complementary color
Monochromatic Colors of #0F2377
Black with #0F2377
Text Example
Text Example
White with #0F2377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2377; }
p { color: rgb(15,35,119); }
H1.HeaderClassName
{
color: #0F2377;
}
.AnyTagClassName
{
color: #0F2377;
}
</style>
background-color css
<style>
a { background-color: #0F2377; }
a { background-color: rgb(15,35,119); }
div.DivClassName
{
background-color: #0F2377;
}
.BgClassName
{
background-color: #0F2377;
}
</style>
border-color css
<style>
span { border-color: #0F2377; }
span { border-color: rgb(15,35,119); }
td.TdClassName
{
border-color: #0F2377;
}
.TagClassName
{
border-color: #0F2377;
}
</style>