Shades of Midnight Blue #030655
Tints of Midnight Blue #030655
RGB
CMYK
RGB Variations
Color information
#030655 (or 0x030655) is known color: Midnight Blue. HEX triplet: 03, 06 and 55. RGB value is (3,6,85). Sum of RGB (Red+Green+Blue) = 3+6+85=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 85 (33.59% from 255 or 90.43% from 94); Max value from RGB is 85 - color contains mainly: blue. Hex color #030655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030655 is #FCF9AA. Grayscale: #0D0D0D. Windows color (decimal): -16578987 or 5572099. OLE color: 5572099.
HSL color Cylindrical-coordinate representation of color #030655: hue angle of 237.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030655 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 6 | 85 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.67 |
| HSL | 237.8º | 0.93% | 0.17% | - |
| HSV(B) | 237.8º | 0.96% | 0.33% | - |
| XYZ | 1.74 | 0.81 | 8.66 | - |
| YUV | 14.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 85 | 0.96 | 0.93 | 0 | 0.67 | 237.8 | 0.93 | 0.17 |
| Hex | 3 | 6 | 55 | 60 | 5D | 0 | 43 | EE | 5D | 11 |
| Octal | 3 | 6 | 125 | 140 | 135 | 0 | 103 | 356 | 135 | 21 |
| Binary | 11 | 110 | 1010101 | 1100000 | 1011101 | 0 | 1000011 | 11101110 | 1011101 | 10001 |
Color Harmonies of #030655
Complementary color
Monochromatic Colors of #030655
Black with #030655
Text Example
Text Example
White with #030655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030655; }
p { color: rgb(3,6,85); }
H1.HeaderClassName
{
color: #030655;
}
.AnyTagClassName
{
color: #030655;
}
</style>
background-color css
<style>
a { background-color: #030655; }
a { background-color: rgb(3,6,85); }
div.DivClassName
{
background-color: #030655;
}
.BgClassName
{
background-color: #030655;
}
</style>
border-color css
<style>
span { border-color: #030655; }
span { border-color: rgb(3,6,85); }
td.TdClassName
{
border-color: #030655;
}
.TagClassName
{
border-color: #030655;
}
</style>