Shades of Midnight Blue #04065B
Tints of Midnight Blue #04065B
RGB
CMYK
RGB Variations
Color information
#04065B (or 0x04065B) is known color: Midnight Blue. HEX triplet: 04, 06 and 5B. RGB value is (4,6,91). Sum of RGB (Red+Green+Blue) = 4+6+91=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #04065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04065B is #FBF9A4. Grayscale: #0E0E0E. Windows color (decimal): -16513445 or 5965316. OLE color: 5965316.
HSL color Cylindrical-coordinate representation of color #04065B: hue angle of 238.62º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04065B is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 6 | 91 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.64 |
| HSL | 238.62º | 0.92% | 0.19% | - |
| HSV(B) | 238.62º | 0.96% | 0.36% | - |
| XYZ | 2 | 0.91 | 9.97 | - |
| YUV | 15.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 91 | 0.96 | 0.93 | 0 | 0.64 | 238.62 | 0.92 | 0.19 |
| Hex | 4 | 6 | 5B | 60 | 5D | 0 | 40 | EF | 5C | 13 |
| Octal | 4 | 6 | 133 | 140 | 135 | 0 | 100 | 357 | 134 | 23 |
| Binary | 100 | 110 | 1011011 | 1100000 | 1011101 | 0 | 1000000 | 11101111 | 1011100 | 10011 |
Color Harmonies of #04065B
Complementary color
Monochromatic Colors of #04065B
Black with #04065B
Text Example
Text Example
White with #04065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04065B; }
p { color: rgb(4,6,91); }
H1.HeaderClassName
{
color: #04065B;
}
.AnyTagClassName
{
color: #04065B;
}
</style>
background-color css
<style>
a { background-color: #04065B; }
a { background-color: rgb(4,6,91); }
div.DivClassName
{
background-color: #04065B;
}
.BgClassName
{
background-color: #04065B;
}
</style>
border-color css
<style>
span { border-color: #04065B; }
span { border-color: rgb(4,6,91); }
td.TdClassName
{
border-color: #04065B;
}
.TagClassName
{
border-color: #04065B;
}
</style>