Shades of Midnight Blue #03064C
Tints of Midnight Blue #03064C
RGB
CMYK
RGB Variations
Color information
#03064C (or 0x03064C) is known color: Midnight Blue. HEX triplet: 03, 06 and 4C. RGB value is (3,6,76). Sum of RGB (Red+Green+Blue) = 3+6+76=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #03064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03064C is #FCF9B3. Grayscale: #0C0C0C. Windows color (decimal): -16578996 or 4982275. OLE color: 4982275.
HSL color Cylindrical-coordinate representation of color #03064C: hue angle of 237.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03064C is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 6 | 76 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.70 |
| HSL | 237.53º | 0.92% | 0.15% | - |
| HSV(B) | 237.53º | 0.96% | 0.3% | - |
| XYZ | 1.41 | 0.67 | 6.89 | - |
| YUV | 13.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 76 | 0.96 | 0.92 | 0 | 0.70 | 237.53 | 0.92 | 0.15 |
| Hex | 3 | 6 | 4C | 60 | 5C | 0 | 46 | EE | 5C | F |
| Octal | 3 | 6 | 114 | 140 | 134 | 0 | 106 | 356 | 134 | 17 |
| Binary | 11 | 110 | 1001100 | 1100000 | 1011100 | 0 | 1000110 | 11101110 | 1011100 | 1111 |
Color Harmonies of #03064C
Complementary color
Monochromatic Colors of #03064C
Black with #03064C
Text Example
Text Example
White with #03064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03064C; }
p { color: rgb(3,6,76); }
H1.HeaderClassName
{
color: #03064C;
}
.AnyTagClassName
{
color: #03064C;
}
</style>
background-color css
<style>
a { background-color: #03064C; }
a { background-color: rgb(3,6,76); }
div.DivClassName
{
background-color: #03064C;
}
.BgClassName
{
background-color: #03064C;
}
</style>
border-color css
<style>
span { border-color: #03064C; }
span { border-color: rgb(3,6,76); }
td.TdClassName
{
border-color: #03064C;
}
.TagClassName
{
border-color: #03064C;
}
</style>