Shades of Dark Blue #03178D
Tints of Dark Blue #03178D
RGB
CMYK
RGB Variations
Color information
#03178D (or 0x03178D) is known color: Dark Blue. HEX triplet: 03, 17 and 8D. RGB value is (3,23,141). Sum of RGB (Red+Green+Blue) = 3+23+141=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #03178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03178D is #FCE872. Grayscale: #1D1D1D. Windows color (decimal): -16574579 or 9246467. OLE color: 9246467.
HSL color Cylindrical-coordinate representation of color #03178D: hue angle of 231.3º 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 #03178D is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 23 | 141 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.45 |
| HSL | 231.3º | 0.96% | 0.28% | - |
| HSV(B) | 231.3º | 0.98% | 0.55% | - |
| XYZ | 5.15 | 2.56 | 25.42 | - |
| YUV | 30.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 141 | 0.98 | 0.84 | 0 | 0.45 | 231.3 | 0.96 | 0.28 |
| Hex | 3 | 17 | 8D | 62 | 54 | 0 | 2D | E7 | 60 | 1C |
| Octal | 3 | 27 | 215 | 142 | 124 | 0 | 55 | 347 | 140 | 34 |
| Binary | 11 | 10111 | 10001101 | 1100010 | 1010100 | 0 | 101101 | 11100111 | 1100000 | 11100 |
Color Harmonies of #03178D
Complementary color
Monochromatic Colors of #03178D
Black with #03178D
Text Example
Text Example
White with #03178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03178D; }
p { color: rgb(3,23,141); }
H1.HeaderClassName
{
color: #03178D;
}
.AnyTagClassName
{
color: #03178D;
}
</style>
background-color css
<style>
a { background-color: #03178D; }
a { background-color: rgb(3,23,141); }
div.DivClassName
{
background-color: #03178D;
}
.BgClassName
{
background-color: #03178D;
}
</style>
border-color css
<style>
span { border-color: #03178D; }
span { border-color: rgb(3,23,141); }
td.TdClassName
{
border-color: #03178D;
}
.TagClassName
{
border-color: #03178D;
}
</style>