Shades of Dark Blue #06078F
Tints of Dark Blue #06078F
RGB
CMYK
RGB Variations
Color information
#06078F (or 0x06078F) is known color: Dark Blue. HEX triplet: 06, 07 and 8F. RGB value is (6,7,143). Sum of RGB (Red+Green+Blue) = 6+7+143=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #06078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06078F is #F9F870. Grayscale: #151515. Windows color (decimal): -16382065 or 9373446. OLE color: 9373446.
HSL color Cylindrical-coordinate representation of color #06078F: hue angle of 239.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06078F is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 7 | 143 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.44 |
| HSL | 239.56º | 0.92% | 0.29% | - |
| HSV(B) | 239.56º | 0.96% | 0.56% | - |
| XYZ | 5.11 | 2.17 | 26.14 | - |
| YUV | 22.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 143 | 0.96 | 0.95 | 0 | 0.44 | 239.56 | 0.92 | 0.29 |
| Hex | 6 | 7 | 8F | 60 | 5F | 0 | 2C | F0 | 5C | 1D |
| Octal | 6 | 7 | 217 | 140 | 137 | 0 | 54 | 360 | 134 | 35 |
| Binary | 110 | 111 | 10001111 | 1100000 | 1011111 | 0 | 101100 | 11110000 | 1011100 | 11101 |
Color Harmonies of #06078F
Complementary color
Monochromatic Colors of #06078F
Black with #06078F
Text Example
Text Example
White with #06078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06078F; }
p { color: rgb(6,7,143); }
H1.HeaderClassName
{
color: #06078F;
}
.AnyTagClassName
{
color: #06078F;
}
</style>
background-color css
<style>
a { background-color: #06078F; }
a { background-color: rgb(6,7,143); }
div.DivClassName
{
background-color: #06078F;
}
.BgClassName
{
background-color: #06078F;
}
</style>
border-color css
<style>
span { border-color: #06078F; }
span { border-color: rgb(6,7,143); }
td.TdClassName
{
border-color: #06078F;
}
.TagClassName
{
border-color: #06078F;
}
</style>