Shades of Dark Blue #030C86
Tints of Dark Blue #030C86
RGB
CMYK
RGB Variations
Color information
#030C86 (or 0x030C86) is known color: Dark Blue. HEX triplet: 03, 0C and 86. RGB value is (3,12,134). Sum of RGB (Red+Green+Blue) = 3+12+134=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 134 (52.73% from 255 or 89.93% from 149); Max value from RGB is 134 - color contains mainly: blue. Hex color #030C86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C86 is #FCF379. Grayscale: #161616. Windows color (decimal): -16577402 or 8784899. OLE color: 8784899.
HSL color Cylindrical-coordinate representation of color #030C86: hue angle of 235.88º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030C86 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 12 | 134 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.47 |
| HSL | 235.88º | 0.96% | 0.27% | - |
| HSV(B) | 235.88º | 0.98% | 0.53% | - |
| XYZ | 4.47 | 2 | 22.71 | - |
| YUV | 23.22 | 190.52 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 134 | 0.98 | 0.91 | 0 | 0.47 | 235.88 | 0.96 | 0.27 |
| Hex | 3 | C | 86 | 62 | 5B | 0 | 2F | EC | 60 | 1B |
| Octal | 3 | 14 | 206 | 142 | 133 | 0 | 57 | 354 | 140 | 33 |
| Binary | 11 | 1100 | 10000110 | 1100010 | 1011011 | 0 | 101111 | 11101100 | 1100000 | 11011 |
Color Harmonies of #030C86
Complementary color
Monochromatic Colors of #030C86
Black with #030C86
Text Example
Text Example
White with #030C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C86; }
p { color: rgb(3,12,134); }
H1.HeaderClassName
{
color: #030C86;
}
.AnyTagClassName
{
color: #030C86;
}
</style>
background-color css
<style>
a { background-color: #030C86; }
a { background-color: rgb(3,12,134); }
div.DivClassName
{
background-color: #030C86;
}
.BgClassName
{
background-color: #030C86;
}
</style>
border-color css
<style>
span { border-color: #030C86; }
span { border-color: rgb(3,12,134); }
td.TdClassName
{
border-color: #030C86;
}
.TagClassName
{
border-color: #030C86;
}
</style>