Shades of Midnight Blue #0F2385
Tints of Midnight Blue #0F2385
RGB
CMYK
RGB Variations
Color information
#0F2385 (or 0x0F2385) is known color: Midnight Blue. HEX triplet: 0F, 23 and 85. RGB value is (15,35,133). Sum of RGB (Red+Green+Blue) = 15+35+133=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F2385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2385 is #F0DC7A. Grayscale: #272727. Windows color (decimal): -15785083 or 8725263. OLE color: 8725263.
HSL color Cylindrical-coordinate representation of color #0F2385: hue angle of 229.83º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2385 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 35 | 133 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.48 |
| HSL | 229.83º | 0.8% | 0.29% | - |
| HSV(B) | 229.83º | 0.89% | 0.52% | - |
| XYZ | 5.03 | 3 | 22.5 | - |
| YUV | 40.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 133 | 0.89 | 0.74 | 0 | 0.48 | 229.83 | 0.8 | 0.29 |
| Hex | F | 23 | 85 | 59 | 4A | 0 | 30 | E6 | 50 | 1D |
| Octal | 17 | 43 | 205 | 131 | 112 | 0 | 60 | 346 | 120 | 35 |
| Binary | 1111 | 100011 | 10000101 | 1011001 | 1001010 | 0 | 110000 | 11100110 | 1010000 | 11101 |
Color Harmonies of #0F2385
Complementary color
Monochromatic Colors of #0F2385
Black with #0F2385
Text Example
Text Example
White with #0F2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2385; }
p { color: rgb(15,35,133); }
H1.HeaderClassName
{
color: #0F2385;
}
.AnyTagClassName
{
color: #0F2385;
}
</style>
background-color css
<style>
a { background-color: #0F2385; }
a { background-color: rgb(15,35,133); }
div.DivClassName
{
background-color: #0F2385;
}
.BgClassName
{
background-color: #0F2385;
}
</style>
border-color css
<style>
span { border-color: #0F2385; }
span { border-color: rgb(15,35,133); }
td.TdClassName
{
border-color: #0F2385;
}
.TagClassName
{
border-color: #0F2385;
}
</style>