Shades of Dark Blue #03158E
Tints of Dark Blue #03158E
RGB
CMYK
RGB Variations
Color information
#03158E (or 0x03158E) is known color: Dark Blue. HEX triplet: 03, 15 and 8E. RGB value is (3,21,142). Sum of RGB (Red+Green+Blue) = 3+21+142=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #03158E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03158E is #FCEA71. Grayscale: #1C1C1C. Windows color (decimal): -16575090 or 9311491. OLE color: 9311491.
HSL color Cylindrical-coordinate representation of color #03158E: hue angle of 232.23º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03158E is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 21 | 142 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.44 |
| HSL | 232.23º | 0.96% | 0.28% | - |
| HSV(B) | 232.23º | 0.98% | 0.56% | - |
| XYZ | 5.19 | 2.51 | 25.8 | - |
| YUV | 29.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 142 | 0.98 | 0.85 | 0 | 0.44 | 232.23 | 0.96 | 0.28 |
| Hex | 3 | 15 | 8E | 62 | 55 | 0 | 2C | E8 | 60 | 1C |
| Octal | 3 | 25 | 216 | 142 | 125 | 0 | 54 | 350 | 140 | 34 |
| Binary | 11 | 10101 | 10001110 | 1100010 | 1010101 | 0 | 101100 | 11101000 | 1100000 | 11100 |
Color Harmonies of #03158E
Complementary color
Monochromatic Colors of #03158E
Black with #03158E
Text Example
Text Example
White with #03158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03158E; }
p { color: rgb(3,21,142); }
H1.HeaderClassName
{
color: #03158E;
}
.AnyTagClassName
{
color: #03158E;
}
</style>
background-color css
<style>
a { background-color: #03158E; }
a { background-color: rgb(3,21,142); }
div.DivClassName
{
background-color: #03158E;
}
.BgClassName
{
background-color: #03158E;
}
</style>
border-color css
<style>
span { border-color: #03158E; }
span { border-color: rgb(3,21,142); }
td.TdClassName
{
border-color: #03158E;
}
.TagClassName
{
border-color: #03158E;
}
</style>