Shades of Dark Blue #03128A
Tints of Dark Blue #03128A
RGB
CMYK
RGB Variations
Color information
#03128A (or 0x03128A) is known color: Dark Blue. HEX triplet: 03, 12 and 8A. RGB value is (3,18,138). Sum of RGB (Red+Green+Blue) = 3+18+138=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #03128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03128A is #FCED75. Grayscale: #1A1A1A. Windows color (decimal): -16575862 or 9048579. OLE color: 9048579.
HSL color Cylindrical-coordinate representation of color #03128A: hue angle of 233.33º 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 #03128A is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 18 | 138 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.46 |
| HSL | 233.33º | 0.96% | 0.28% | - |
| HSV(B) | 233.33º | 0.98% | 0.54% | - |
| XYZ | 4.84 | 2.29 | 24.23 | - |
| YUV | 27.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 138 | 0.98 | 0.87 | 0 | 0.46 | 233.33 | 0.96 | 0.28 |
| Hex | 3 | 12 | 8A | 62 | 57 | 0 | 2E | E9 | 60 | 1C |
| Octal | 3 | 22 | 212 | 142 | 127 | 0 | 56 | 351 | 140 | 34 |
| Binary | 11 | 10010 | 10001010 | 1100010 | 1010111 | 0 | 101110 | 11101001 | 1100000 | 11100 |
Color Harmonies of #03128A
Complementary color
Monochromatic Colors of #03128A
Black with #03128A
Text Example
Text Example
White with #03128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03128A; }
p { color: rgb(3,18,138); }
H1.HeaderClassName
{
color: #03128A;
}
.AnyTagClassName
{
color: #03128A;
}
</style>
background-color css
<style>
a { background-color: #03128A; }
a { background-color: rgb(3,18,138); }
div.DivClassName
{
background-color: #03128A;
}
.BgClassName
{
background-color: #03128A;
}
</style>
border-color css
<style>
span { border-color: #03128A; }
span { border-color: rgb(3,18,138); }
td.TdClassName
{
border-color: #03128A;
}
.TagClassName
{
border-color: #03128A;
}
</style>