Shades of Midnight Blue #0F1A65
Tints of Midnight Blue #0F1A65
RGB
CMYK
RGB Variations
Color information
#0F1A65 (or 0x0F1A65) is known color: Midnight Blue. HEX triplet: 0F, 1A and 65. RGB value is (15,26,101). Sum of RGB (Red+Green+Blue) = 15+26+101=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F1A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A65 is #F0E59A. Grayscale: #1E1E1E. Windows color (decimal): -15787419 or 6625807. OLE color: 6625807.
HSL color Cylindrical-coordinate representation of color #0F1A65: hue angle of 232.33º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1A65 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 26 | 101 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.60 |
| HSL | 232.33º | 0.74% | 0.23% | - |
| HSV(B) | 232.33º | 0.85% | 0.4% | - |
| XYZ | 2.92 | 1.78 | 12.5 | - |
| YUV | 31.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 101 | 0.85 | 0.74 | 0 | 0.60 | 232.33 | 0.74 | 0.23 |
| Hex | F | 1A | 65 | 55 | 4A | 0 | 3C | E8 | 4A | 17 |
| Octal | 17 | 32 | 145 | 125 | 112 | 0 | 74 | 350 | 112 | 27 |
| Binary | 1111 | 11010 | 1100101 | 1010101 | 1001010 | 0 | 111100 | 11101000 | 1001010 | 10111 |
Color Harmonies of #0F1A65
Complementary color
Monochromatic Colors of #0F1A65
Black with #0F1A65
Text Example
Text Example
White with #0F1A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A65; }
p { color: rgb(15,26,101); }
H1.HeaderClassName
{
color: #0F1A65;
}
.AnyTagClassName
{
color: #0F1A65;
}
</style>
background-color css
<style>
a { background-color: #0F1A65; }
a { background-color: rgb(15,26,101); }
div.DivClassName
{
background-color: #0F1A65;
}
.BgClassName
{
background-color: #0F1A65;
}
</style>
border-color css
<style>
span { border-color: #0F1A65; }
span { border-color: rgb(15,26,101); }
td.TdClassName
{
border-color: #0F1A65;
}
.TagClassName
{
border-color: #0F1A65;
}
</style>