Shades of Dark Blue #03108D
Tints of Dark Blue #03108D
RGB
CMYK
RGB Variations
Color information
#03108D (or 0x03108D) is known color: Dark Blue. HEX triplet: 03, 10 and 8D. RGB value is (3,16,141). Sum of RGB (Red+Green+Blue) = 3+16+141=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #03108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03108D is #FCEF72. Grayscale: #191919. Windows color (decimal): -16576371 or 9244675. OLE color: 9244675.
HSL color Cylindrical-coordinate representation of color #03108D: hue angle of 234.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03108D is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 16 | 141 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.45 |
| HSL | 234.35º | 0.96% | 0.28% | - |
| HSV(B) | 234.35º | 0.98% | 0.55% | - |
| XYZ | 5.03 | 2.31 | 25.38 | - |
| YUV | 26.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 141 | 0.98 | 0.89 | 0 | 0.45 | 234.35 | 0.96 | 0.28 |
| Hex | 3 | 10 | 8D | 62 | 59 | 0 | 2D | EA | 60 | 1C |
| Octal | 3 | 20 | 215 | 142 | 131 | 0 | 55 | 352 | 140 | 34 |
| Binary | 11 | 10000 | 10001101 | 1100010 | 1011001 | 0 | 101101 | 11101010 | 1100000 | 11100 |
Color Harmonies of #03108D
Complementary color
Monochromatic Colors of #03108D
Black with #03108D
Text Example
Text Example
White with #03108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03108D; }
p { color: rgb(3,16,141); }
H1.HeaderClassName
{
color: #03108D;
}
.AnyTagClassName
{
color: #03108D;
}
</style>
background-color css
<style>
a { background-color: #03108D; }
a { background-color: rgb(3,16,141); }
div.DivClassName
{
background-color: #03108D;
}
.BgClassName
{
background-color: #03108D;
}
</style>
border-color css
<style>
span { border-color: #03108D; }
span { border-color: rgb(3,16,141); }
td.TdClassName
{
border-color: #03108D;
}
.TagClassName
{
border-color: #03108D;
}
</style>