Shades of Dark Blue #02068D
Tints of Dark Blue #02068D
RGB
CMYK
RGB Variations
Color information
#02068D (or 0x02068D) is known color: Dark Blue. HEX triplet: 02, 06 and 8D. RGB value is (2,6,141). Sum of RGB (Red+Green+Blue) = 2+6+141=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #02068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02068D is #FDF972. Grayscale: #131313. Windows color (decimal): -16644467 or 9242114. OLE color: 9242114.
HSL color Cylindrical-coordinate representation of color #02068D: hue angle of 238.27º degrees, saturation: 0.97, 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 #02068D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 6 | 141 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.45 |
| HSL | 238.27º | 0.97% | 0.28% | - |
| HSV(B) | 238.27º | 0.99% | 0.55% | - |
| XYZ | 4.9 | 2.07 | 25.34 | - |
| YUV | 20.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 141 | 0.99 | 0.96 | 0 | 0.45 | 238.27 | 0.97 | 0.28 |
| Hex | 2 | 6 | 8D | 63 | 60 | 0 | 2D | EE | 61 | 1C |
| Octal | 2 | 6 | 215 | 143 | 140 | 0 | 55 | 356 | 141 | 34 |
| Binary | 10 | 110 | 10001101 | 1100011 | 1100000 | 0 | 101101 | 11101110 | 1100001 | 11100 |
Color Harmonies of #02068D
Complementary color
Monochromatic Colors of #02068D
Black with #02068D
Text Example
Text Example
White with #02068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02068D; }
p { color: rgb(2,6,141); }
H1.HeaderClassName
{
color: #02068D;
}
.AnyTagClassName
{
color: #02068D;
}
</style>
background-color css
<style>
a { background-color: #02068D; }
a { background-color: rgb(2,6,141); }
div.DivClassName
{
background-color: #02068D;
}
.BgClassName
{
background-color: #02068D;
}
</style>
border-color css
<style>
span { border-color: #02068D; }
span { border-color: rgb(2,6,141); }
td.TdClassName
{
border-color: #02068D;
}
.TagClassName
{
border-color: #02068D;
}
</style>