Shades of Midnight Blue #030C65
Tints of Midnight Blue #030C65
RGB
CMYK
RGB Variations
Color information
#030C65 (or 0x030C65) is known color: Midnight Blue. HEX triplet: 03, 0C and 65. RGB value is (3,12,101). Sum of RGB (Red+Green+Blue) = 3+12+101=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 101 (39.84% from 255 or 87.07% from 116); Max value from RGB is 101 - color contains mainly: blue. Hex color #030C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C65 is #FCF39A. Grayscale: #131313. Windows color (decimal): -16577435 or 6622211. OLE color: 6622211.
HSL color Cylindrical-coordinate representation of color #030C65: hue angle of 234.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C65 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 12 | 101 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.60 |
| HSL | 234.49º | 0.94% | 0.2% | - |
| HSV(B) | 234.49º | 0.97% | 0.4% | - |
| XYZ | 2.52 | 1.22 | 12.42 | - |
| YUV | 19.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 101 | 0.97 | 0.88 | 0 | 0.60 | 234.49 | 0.94 | 0.2 |
| Hex | 3 | C | 65 | 61 | 58 | 0 | 3C | EA | 5E | 14 |
| Octal | 3 | 14 | 145 | 141 | 130 | 0 | 74 | 352 | 136 | 24 |
| Binary | 11 | 1100 | 1100101 | 1100001 | 1011000 | 0 | 111100 | 11101010 | 1011110 | 10100 |
Color Harmonies of #030C65
Complementary color
Monochromatic Colors of #030C65
Black with #030C65
Text Example
Text Example
White with #030C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C65; }
p { color: rgb(3,12,101); }
H1.HeaderClassName
{
color: #030C65;
}
.AnyTagClassName
{
color: #030C65;
}
</style>
background-color css
<style>
a { background-color: #030C65; }
a { background-color: rgb(3,12,101); }
div.DivClassName
{
background-color: #030C65;
}
.BgClassName
{
background-color: #030C65;
}
</style>
border-color css
<style>
span { border-color: #030C65; }
span { border-color: rgb(3,12,101); }
td.TdClassName
{
border-color: #030C65;
}
.TagClassName
{
border-color: #030C65;
}
</style>