Shades of Dark Blue #01068F
Tints of Dark Blue #01068F
RGB
CMYK
RGB Variations
Color information
#01068F (or 0x01068F) is known color: Dark Blue. HEX triplet: 01, 06 and 8F. RGB value is (1,6,143). Sum of RGB (Red+Green+Blue) = 1+6+143=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 143 (56.25% from 255 or 95.33% from 150); Max value from RGB is 143 - color contains mainly: blue. Hex color #01068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01068F is #FEF970. Grayscale: #131313. Windows color (decimal): -16710001 or 9373185. OLE color: 9373185.
HSL color Cylindrical-coordinate representation of color #01068F: hue angle of 237.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01068F is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 6 | 143 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.44 |
| HSL | 237.89º | 0.99% | 0.28% | - |
| HSV(B) | 237.89º | 0.99% | 0.56% | - |
| XYZ | 5.04 | 2.12 | 26.13 | - |
| YUV | 20.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 143 | 0.99 | 0.96 | 0 | 0.44 | 237.89 | 0.99 | 0.28 |
| Hex | 1 | 6 | 8F | 63 | 60 | 0 | 2C | EE | 63 | 1C |
| Octal | 1 | 6 | 217 | 143 | 140 | 0 | 54 | 356 | 143 | 34 |
| Binary | 1 | 110 | 10001111 | 1100011 | 1100000 | 0 | 101100 | 11101110 | 1100011 | 11100 |
Color Harmonies of #01068F
Complementary color
Monochromatic Colors of #01068F
Black with #01068F
Text Example
Text Example
White with #01068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01068F; }
p { color: rgb(1,6,143); }
H1.HeaderClassName
{
color: #01068F;
}
.AnyTagClassName
{
color: #01068F;
}
</style>
background-color css
<style>
a { background-color: #01068F; }
a { background-color: rgb(1,6,143); }
div.DivClassName
{
background-color: #01068F;
}
.BgClassName
{
background-color: #01068F;
}
</style>
border-color css
<style>
span { border-color: #01068F; }
span { border-color: rgb(1,6,143); }
td.TdClassName
{
border-color: #01068F;
}
.TagClassName
{
border-color: #01068F;
}
</style>