Shades of New Midnight Blue #0F09AC
Tints of New Midnight Blue #0F09AC
RGB
CMYK
RGB Variations
Color information
#0F09AC (or 0x0F09AC) is known color: New Midnight Blue. HEX triplet: 0F, 09 and AC. RGB value is (15,9,172). Sum of RGB (Red+Green+Blue) = 15+9+172=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F09AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F09AC is #F0F653. Grayscale: #1C1C1C. Windows color (decimal): -15791700 or 11274511. OLE color: 11274511.
HSL color Cylindrical-coordinate representation of color #0F09AC: hue angle of 242.21º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F09AC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 9 | 172 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.33 |
| HSL | 242.21º | 0.9% | 0.35% | - |
| HSV(B) | 242.21º | 0.95% | 0.67% | - |
| XYZ | 7.74 | 3.28 | 39.25 | - |
| YUV | 29.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 172 | 0.91 | 0.95 | 0 | 0.33 | 242.21 | 0.9 | 0.35 |
| Hex | F | 9 | AC | 5B | 5F | 0 | 21 | F2 | 5A | 23 |
| Octal | 17 | 11 | 254 | 133 | 137 | 0 | 41 | 362 | 132 | 43 |
| Binary | 1111 | 1001 | 10101100 | 1011011 | 1011111 | 0 | 100001 | 11110010 | 1011010 | 100011 |
Color Harmonies of #0F09AC
Complementary color
Monochromatic Colors of #0F09AC
Black with #0F09AC
Text Example
Text Example
White with #0F09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F09AC; }
p { color: rgb(15,9,172); }
H1.HeaderClassName
{
color: #0F09AC;
}
.AnyTagClassName
{
color: #0F09AC;
}
</style>
background-color css
<style>
a { background-color: #0F09AC; }
a { background-color: rgb(15,9,172); }
div.DivClassName
{
background-color: #0F09AC;
}
.BgClassName
{
background-color: #0F09AC;
}
</style>
border-color css
<style>
span { border-color: #0F09AC; }
span { border-color: rgb(15,9,172); }
td.TdClassName
{
border-color: #0F09AC;
}
.TagClassName
{
border-color: #0F09AC;
}
</style>