Shades of Sapphire #0F1A5A
Tints of Sapphire #0F1A5A
RGB
CMYK
RGB Variations
Color information
#0F1A5A (or 0x0F1A5A) is known color: Sapphire. HEX triplet: 0F, 1A and 5A. RGB value is (15,26,90). Sum of RGB (Red+Green+Blue) = 15+26+90=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F1A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A5A is #F0E5A5. Grayscale: #1D1D1D. Windows color (decimal): -15787430 or 5904911. OLE color: 5904911.
HSL color Cylindrical-coordinate representation of color #0F1A5A: hue angle of 231.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1A5A is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 26 | 90 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.65 |
| HSL | 231.2º | 0.71% | 0.21% | - |
| HSV(B) | 231.2º | 0.83% | 0.35% | - |
| XYZ | 2.41 | 1.58 | 9.85 | - |
| YUV | 30.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 90 | 0.83 | 0.71 | 0 | 0.65 | 231.2 | 0.71 | 0.21 |
| Hex | F | 1A | 5A | 53 | 47 | 0 | 41 | E7 | 47 | 15 |
| Octal | 17 | 32 | 132 | 123 | 107 | 0 | 101 | 347 | 107 | 25 |
| Binary | 1111 | 11010 | 1011010 | 1010011 | 1000111 | 0 | 1000001 | 11100111 | 1000111 | 10101 |
Color Harmonies of #0F1A5A
Complementary color
Monochromatic Colors of #0F1A5A
Black with #0F1A5A
Text Example
Text Example
White with #0F1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A5A; }
p { color: rgb(15,26,90); }
H1.HeaderClassName
{
color: #0F1A5A;
}
.AnyTagClassName
{
color: #0F1A5A;
}
</style>
background-color css
<style>
a { background-color: #0F1A5A; }
a { background-color: rgb(15,26,90); }
div.DivClassName
{
background-color: #0F1A5A;
}
.BgClassName
{
background-color: #0F1A5A;
}
</style>
border-color css
<style>
span { border-color: #0F1A5A; }
span { border-color: rgb(15,26,90); }
td.TdClassName
{
border-color: #0F1A5A;
}
.TagClassName
{
border-color: #0F1A5A;
}
</style>