Shades of Midnight Blue #030652
Tints of Midnight Blue #030652
RGB
CMYK
RGB Variations
Color information
#030652 (or 0x030652) is known color: Midnight Blue. HEX triplet: 03, 06 and 52. RGB value is (3,6,82). Sum of RGB (Red+Green+Blue) = 3+6+82=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #030652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030652 is #FCF9AD. Grayscale: #0D0D0D. Windows color (decimal): -16578990 or 5375491. OLE color: 5375491.
HSL color Cylindrical-coordinate representation of color #030652: hue angle of 237.72º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030652 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 6 | 82 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.68 |
| HSL | 237.72º | 0.93% | 0.17% | - |
| HSV(B) | 237.72º | 0.96% | 0.32% | - |
| XYZ | 1.63 | 0.76 | 8.04 | - |
| YUV | 13.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 82 | 0.96 | 0.93 | 0 | 0.68 | 237.72 | 0.93 | 0.17 |
| Hex | 3 | 6 | 52 | 60 | 5D | 0 | 44 | EE | 5D | 11 |
| Octal | 3 | 6 | 122 | 140 | 135 | 0 | 104 | 356 | 135 | 21 |
| Binary | 11 | 110 | 1010010 | 1100000 | 1011101 | 0 | 1000100 | 11101110 | 1011101 | 10001 |
Color Harmonies of #030652
Complementary color
Monochromatic Colors of #030652
Black with #030652
Text Example
Text Example
White with #030652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030652; }
p { color: rgb(3,6,82); }
H1.HeaderClassName
{
color: #030652;
}
.AnyTagClassName
{
color: #030652;
}
</style>
background-color css
<style>
a { background-color: #030652; }
a { background-color: rgb(3,6,82); }
div.DivClassName
{
background-color: #030652;
}
.BgClassName
{
background-color: #030652;
}
</style>
border-color css
<style>
span { border-color: #030652; }
span { border-color: rgb(3,6,82); }
td.TdClassName
{
border-color: #030652;
}
.TagClassName
{
border-color: #030652;
}
</style>