Shades of Dark Blue #03158B
Tints of Dark Blue #03158B
RGB
CMYK
RGB Variations
Color information
#03158B (or 0x03158B) is known color: Dark Blue. HEX triplet: 03, 15 and 8B. RGB value is (3,21,139). Sum of RGB (Red+Green+Blue) = 3+21+139=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #03158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03158B is #FCEA74. Grayscale: #1C1C1C. Windows color (decimal): -16575093 or 9114883. OLE color: 9114883.
HSL color Cylindrical-coordinate representation of color #03158B: hue angle of 232.06º 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 #03158B is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 21 | 139 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.45 |
| HSL | 232.06º | 0.96% | 0.28% | - |
| HSV(B) | 232.06º | 0.98% | 0.55% | - |
| XYZ | 4.97 | 2.42 | 24.63 | - |
| YUV | 29.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 139 | 0.98 | 0.85 | 0 | 0.45 | 232.06 | 0.96 | 0.28 |
| Hex | 3 | 15 | 8B | 62 | 55 | 0 | 2D | E8 | 60 | 1C |
| Octal | 3 | 25 | 213 | 142 | 125 | 0 | 55 | 350 | 140 | 34 |
| Binary | 11 | 10101 | 10001011 | 1100010 | 1010101 | 0 | 101101 | 11101000 | 1100000 | 11100 |
Color Harmonies of #03158B
Complementary color
Monochromatic Colors of #03158B
Black with #03158B
Text Example
Text Example
White with #03158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03158B; }
p { color: rgb(3,21,139); }
H1.HeaderClassName
{
color: #03158B;
}
.AnyTagClassName
{
color: #03158B;
}
</style>
background-color css
<style>
a { background-color: #03158B; }
a { background-color: rgb(3,21,139); }
div.DivClassName
{
background-color: #03158B;
}
.BgClassName
{
background-color: #03158B;
}
</style>
border-color css
<style>
span { border-color: #03158B; }
span { border-color: rgb(3,21,139); }
td.TdClassName
{
border-color: #03158B;
}
.TagClassName
{
border-color: #03158B;
}
</style>