Shades of Dark Blue #03148A
Tints of Dark Blue #03148A
RGB
CMYK
RGB Variations
Color information
#03148A (or 0x03148A) is known color: Dark Blue. HEX triplet: 03, 14 and 8A. RGB value is (3,20,138). Sum of RGB (Red+Green+Blue) = 3+20+138=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #03148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03148A is #FCEB75. Grayscale: #1B1B1B. Windows color (decimal): -16575350 or 9049091. OLE color: 9049091.
HSL color Cylindrical-coordinate representation of color #03148A: hue angle of 232.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03148A is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 20 | 138 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.46 |
| HSL | 232.44º | 0.96% | 0.28% | - |
| HSV(B) | 232.44º | 0.98% | 0.54% | - |
| XYZ | 4.88 | 2.35 | 24.24 | - |
| YUV | 28.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 138 | 0.98 | 0.86 | 0 | 0.46 | 232.44 | 0.96 | 0.28 |
| Hex | 3 | 14 | 8A | 62 | 56 | 0 | 2E | E8 | 60 | 1C |
| Octal | 3 | 24 | 212 | 142 | 126 | 0 | 56 | 350 | 140 | 34 |
| Binary | 11 | 10100 | 10001010 | 1100010 | 1010110 | 0 | 101110 | 11101000 | 1100000 | 11100 |
Color Harmonies of #03148A
Complementary color
Monochromatic Colors of #03148A
Black with #03148A
Text Example
Text Example
White with #03148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03148A; }
p { color: rgb(3,20,138); }
H1.HeaderClassName
{
color: #03148A;
}
.AnyTagClassName
{
color: #03148A;
}
</style>
background-color css
<style>
a { background-color: #03148A; }
a { background-color: rgb(3,20,138); }
div.DivClassName
{
background-color: #03148A;
}
.BgClassName
{
background-color: #03148A;
}
</style>
border-color css
<style>
span { border-color: #03148A; }
span { border-color: rgb(3,20,138); }
td.TdClassName
{
border-color: #03148A;
}
.TagClassName
{
border-color: #03148A;
}
</style>