Shades of Dark Blue #06038A
Tints of Dark Blue #06038A
RGB
CMYK
RGB Variations
Color information
#06038A (or 0x06038A) is known color: Dark Blue. HEX triplet: 06, 03 and 8A. RGB value is (6,3,138). Sum of RGB (Red+Green+Blue) = 6+3+138=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 138 (54.30% from 255 or 93.88% from 147); Max value from RGB is 138 - color contains mainly: blue. Hex color #06038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06038A is #F9FC75. Grayscale: #121212. Windows color (decimal): -16383094 or 9044742. OLE color: 9044742.
HSL color Cylindrical-coordinate representation of color #06038A: hue angle of 241.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06038A is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 3 | 138 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.46 |
| HSL | 241.33º | 0.96% | 0.28% | - |
| HSV(B) | 241.33º | 0.98% | 0.54% | - |
| XYZ | 4.7 | 1.94 | 24.17 | - |
| YUV | 19.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 138 | 0.96 | 0.98 | 0 | 0.46 | 241.33 | 0.96 | 0.28 |
| Hex | 6 | 3 | 8A | 60 | 62 | 0 | 2E | F1 | 60 | 1C |
| Octal | 6 | 3 | 212 | 140 | 142 | 0 | 56 | 361 | 140 | 34 |
| Binary | 110 | 11 | 10001010 | 1100000 | 1100010 | 0 | 101110 | 11110001 | 1100000 | 11100 |
Color Harmonies of #06038A
Complementary color
Monochromatic Colors of #06038A
Black with #06038A
Text Example
Text Example
White with #06038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06038A; }
p { color: rgb(6,3,138); }
H1.HeaderClassName
{
color: #06038A;
}
.AnyTagClassName
{
color: #06038A;
}
</style>
background-color css
<style>
a { background-color: #06038A; }
a { background-color: rgb(6,3,138); }
div.DivClassName
{
background-color: #06038A;
}
.BgClassName
{
background-color: #06038A;
}
</style>
border-color css
<style>
span { border-color: #06038A; }
span { border-color: rgb(6,3,138); }
td.TdClassName
{
border-color: #06038A;
}
.TagClassName
{
border-color: #06038A;
}
</style>