Shades of New Midnight Blue #0C09AE
Tints of New Midnight Blue #0C09AE
RGB
CMYK
RGB Variations
Color information
#0C09AE (or 0x0C09AE) is known color: New Midnight Blue. HEX triplet: 0C, 09 and AE. RGB value is (12,9,174). Sum of RGB (Red+Green+Blue) = 12+9+174=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C09AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C09AE is #F3F651. Grayscale: #1C1C1C. Windows color (decimal): -15988306 or 11405580. OLE color: 11405580.
HSL color Cylindrical-coordinate representation of color #0C09AE: hue angle of 241.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C09AE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 9 | 174 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.32 |
| HSL | 241.09º | 0.9% | 0.36% | - |
| HSV(B) | 241.09º | 0.95% | 0.68% | - |
| XYZ | 7.89 | 3.33 | 40.27 | - |
| YUV | 28.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 174 | 0.93 | 0.95 | 0 | 0.32 | 241.09 | 0.9 | 0.36 |
| Hex | C | 9 | AE | 5D | 5F | 0 | 20 | F1 | 5A | 24 |
| Octal | 14 | 11 | 256 | 135 | 137 | 0 | 40 | 361 | 132 | 44 |
| Binary | 1100 | 1001 | 10101110 | 1011101 | 1011111 | 0 | 100000 | 11110001 | 1011010 | 100100 |
Color Harmonies of #0C09AE
Complementary color
Monochromatic Colors of #0C09AE
Black with #0C09AE
Text Example
Text Example
White with #0C09AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C09AE; }
p { color: rgb(12,9,174); }
H1.HeaderClassName
{
color: #0C09AE;
}
.AnyTagClassName
{
color: #0C09AE;
}
</style>
background-color css
<style>
a { background-color: #0C09AE; }
a { background-color: rgb(12,9,174); }
div.DivClassName
{
background-color: #0C09AE;
}
.BgClassName
{
background-color: #0C09AE;
}
</style>
border-color css
<style>
span { border-color: #0C09AE; }
span { border-color: rgb(12,9,174); }
td.TdClassName
{
border-color: #0C09AE;
}
.TagClassName
{
border-color: #0C09AE;
}
</style>