Shades of Dark Blue #03148B
Tints of Dark Blue #03148B
RGB
CMYK
RGB Variations
Color information
#03148B (or 0x03148B) is known color: Dark Blue. HEX triplet: 03, 14 and 8B. RGB value is (3,20,139). Sum of RGB (Red+Green+Blue) = 3+20+139=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #03148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03148B is #FCEB74. Grayscale: #1B1B1B. Windows color (decimal): -16575349 or 9114627. OLE color: 9114627.
HSL color Cylindrical-coordinate representation of color #03148B: hue angle of 232.5º 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 #03148B is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 20 | 139 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.45 |
| HSL | 232.5º | 0.96% | 0.28% | - |
| HSV(B) | 232.5º | 0.98% | 0.55% | - |
| XYZ | 4.95 | 2.38 | 24.63 | - |
| YUV | 28.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 139 | 0.98 | 0.86 | 0 | 0.45 | 232.5 | 0.96 | 0.28 |
| Hex | 3 | 14 | 8B | 62 | 56 | 0 | 2D | E8 | 60 | 1C |
| Octal | 3 | 24 | 213 | 142 | 126 | 0 | 55 | 350 | 140 | 34 |
| Binary | 11 | 10100 | 10001011 | 1100010 | 1010110 | 0 | 101101 | 11101000 | 1100000 | 11100 |
Color Harmonies of #03148B
Complementary color
Monochromatic Colors of #03148B
Black with #03148B
Text Example
Text Example
White with #03148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03148B; }
p { color: rgb(3,20,139); }
H1.HeaderClassName
{
color: #03148B;
}
.AnyTagClassName
{
color: #03148B;
}
</style>
background-color css
<style>
a { background-color: #03148B; }
a { background-color: rgb(3,20,139); }
div.DivClassName
{
background-color: #03148B;
}
.BgClassName
{
background-color: #03148B;
}
</style>
border-color css
<style>
span { border-color: #03148B; }
span { border-color: rgb(3,20,139); }
td.TdClassName
{
border-color: #03148B;
}
.TagClassName
{
border-color: #03148B;
}
</style>