Shades of Midnight Blue #0C085A
Tints of Midnight Blue #0C085A
RGB
CMYK
RGB Variations
Color information
#0C085A (or 0x0C085A) is known color: Midnight Blue. HEX triplet: 0C, 08 and 5A. RGB value is (12,8,90). Sum of RGB (Red+Green+Blue) = 12+8+90=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C085A is #F3F7A5. Grayscale: #121212. Windows color (decimal): -15988646 or 5900300. OLE color: 5900300.
HSL color Cylindrical-coordinate representation of color #0C085A: hue angle of 242.93º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C085A is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 8 | 90 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.65 |
| HSL | 242.93º | 0.84% | 0.19% | - |
| HSV(B) | 242.93º | 0.91% | 0.35% | - |
| XYZ | 2.08 | 0.99 | 9.75 | - |
| YUV | 18.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 90 | 0.87 | 0.91 | 0 | 0.65 | 242.93 | 0.84 | 0.19 |
| Hex | C | 8 | 5A | 57 | 5B | 0 | 41 | F3 | 54 | 13 |
| Octal | 14 | 10 | 132 | 127 | 133 | 0 | 101 | 363 | 124 | 23 |
| Binary | 1100 | 1000 | 1011010 | 1010111 | 1011011 | 0 | 1000001 | 11110011 | 1010100 | 10011 |
Color Harmonies of #0C085A
Complementary color
Monochromatic Colors of #0C085A
Black with #0C085A
Text Example
Text Example
White with #0C085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C085A; }
p { color: rgb(12,8,90); }
H1.HeaderClassName
{
color: #0C085A;
}
.AnyTagClassName
{
color: #0C085A;
}
</style>
background-color css
<style>
a { background-color: #0C085A; }
a { background-color: rgb(12,8,90); }
div.DivClassName
{
background-color: #0C085A;
}
.BgClassName
{
background-color: #0C085A;
}
</style>
border-color css
<style>
span { border-color: #0C085A; }
span { border-color: rgb(12,8,90); }
td.TdClassName
{
border-color: #0C085A;
}
.TagClassName
{
border-color: #0C085A;
}
</style>