Shades of Midnight Blue #06034B
Tints of Midnight Blue #06034B
RGB
CMYK
RGB Variations
Color information
#06034B (or 0x06034B) is known color: Midnight Blue. HEX triplet: 06, 03 and 4B. RGB value is (6,3,75). Sum of RGB (Red+Green+Blue) = 6+3+75=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 75 (29.69% from 255 or 89.29% from 84); Max value from RGB is 75 - color contains mainly: blue. Hex color #06034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06034B is #F9FCB4. Grayscale: #0B0B0B. Windows color (decimal): -16383157 or 4915974. OLE color: 4915974.
HSL color Cylindrical-coordinate representation of color #06034B: hue angle of 242.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034B is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 3 | 75 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.71 |
| HSL | 242.5º | 0.92% | 0.15% | - |
| HSV(B) | 242.5º | 0.96% | 0.29% | - |
| XYZ | 1.38 | 0.61 | 6.7 | - |
| YUV | 12.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 75 | 0.92 | 0.96 | 0 | 0.71 | 242.5 | 0.92 | 0.15 |
| Hex | 6 | 3 | 4B | 5C | 60 | 0 | 47 | F2 | 5C | F |
| Octal | 6 | 3 | 113 | 134 | 140 | 0 | 107 | 362 | 134 | 17 |
| Binary | 110 | 11 | 1001011 | 1011100 | 1100000 | 0 | 1000111 | 11110010 | 1011100 | 1111 |
Color Harmonies of #06034B
Complementary color
Monochromatic Colors of #06034B
Black with #06034B
Text Example
Text Example
White with #06034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034B; }
p { color: rgb(6,3,75); }
H1.HeaderClassName
{
color: #06034B;
}
.AnyTagClassName
{
color: #06034B;
}
</style>
background-color css
<style>
a { background-color: #06034B; }
a { background-color: rgb(6,3,75); }
div.DivClassName
{
background-color: #06034B;
}
.BgClassName
{
background-color: #06034B;
}
</style>
border-color css
<style>
span { border-color: #06034B; }
span { border-color: rgb(6,3,75); }
td.TdClassName
{
border-color: #06034B;
}
.TagClassName
{
border-color: #06034B;
}
</style>