Shades of Dark Blue #03178B
Tints of Dark Blue #03178B
RGB
CMYK
RGB Variations
Color information
#03178B (or 0x03178B) is known color: Dark Blue. HEX triplet: 03, 17 and 8B. RGB value is (3,23,139). Sum of RGB (Red+Green+Blue) = 3+23+139=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #03178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03178B is #FCE874. Grayscale: #1D1D1D. Windows color (decimal): -16574581 or 9115395. OLE color: 9115395.
HSL color Cylindrical-coordinate representation of color #03178B: hue angle of 231.18º 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 #03178B is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 23 | 139 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.45 |
| HSL | 231.18º | 0.96% | 0.28% | - |
| HSV(B) | 231.18º | 0.98% | 0.55% | - |
| XYZ | 5 | 2.5 | 24.64 | - |
| YUV | 30.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 139 | 0.98 | 0.83 | 0 | 0.45 | 231.18 | 0.96 | 0.28 |
| Hex | 3 | 17 | 8B | 62 | 53 | 0 | 2D | E7 | 60 | 1C |
| Octal | 3 | 27 | 213 | 142 | 123 | 0 | 55 | 347 | 140 | 34 |
| Binary | 11 | 10111 | 10001011 | 1100010 | 1010011 | 0 | 101101 | 11100111 | 1100000 | 11100 |
Color Harmonies of #03178B
Complementary color
Monochromatic Colors of #03178B
Black with #03178B
Text Example
Text Example
White with #03178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03178B; }
p { color: rgb(3,23,139); }
H1.HeaderClassName
{
color: #03178B;
}
.AnyTagClassName
{
color: #03178B;
}
</style>
background-color css
<style>
a { background-color: #03178B; }
a { background-color: rgb(3,23,139); }
div.DivClassName
{
background-color: #03178B;
}
.BgClassName
{
background-color: #03178B;
}
</style>
border-color css
<style>
span { border-color: #03178B; }
span { border-color: rgb(3,23,139); }
td.TdClassName
{
border-color: #03178B;
}
.TagClassName
{
border-color: #03178B;
}
</style>