Shades of Dark Blue #01068D
Tints of Dark Blue #01068D
RGB
CMYK
RGB Variations
Color information
#01068D (or 0x01068D) is known color: Dark Blue. HEX triplet: 01, 06 and 8D. RGB value is (1,6,141). Sum of RGB (Red+Green+Blue) = 1+6+141=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 141 (55.47% from 255 or 95.27% from 148); Max value from RGB is 141 - color contains mainly: blue. Hex color #01068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01068D is #FEF972. Grayscale: #131313. Windows color (decimal): -16710003 or 9242113. OLE color: 9242113.
HSL color Cylindrical-coordinate representation of color #01068D: hue angle of 237.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01068D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 6 | 141 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.45 |
| HSL | 237.86º | 0.99% | 0.28% | - |
| HSV(B) | 237.86º | 0.99% | 0.55% | - |
| XYZ | 4.89 | 2.06 | 25.34 | - |
| YUV | 19.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 141 | 0.99 | 0.96 | 0 | 0.45 | 237.86 | 0.99 | 0.28 |
| Hex | 1 | 6 | 8D | 63 | 60 | 0 | 2D | EE | 63 | 1C |
| Octal | 1 | 6 | 215 | 143 | 140 | 0 | 55 | 356 | 143 | 34 |
| Binary | 1 | 110 | 10001101 | 1100011 | 1100000 | 0 | 101101 | 11101110 | 1100011 | 11100 |
Color Harmonies of #01068D
Complementary color
Monochromatic Colors of #01068D
Black with #01068D
Text Example
Text Example
White with #01068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01068D; }
p { color: rgb(1,6,141); }
H1.HeaderClassName
{
color: #01068D;
}
.AnyTagClassName
{
color: #01068D;
}
</style>
background-color css
<style>
a { background-color: #01068D; }
a { background-color: rgb(1,6,141); }
div.DivClassName
{
background-color: #01068D;
}
.BgClassName
{
background-color: #01068D;
}
</style>
border-color css
<style>
span { border-color: #01068D; }
span { border-color: rgb(1,6,141); }
td.TdClassName
{
border-color: #01068D;
}
.TagClassName
{
border-color: #01068D;
}
</style>