Shades of Dark Blue #03168B
Tints of Dark Blue #03168B
RGB
CMYK
RGB Variations
Color information
#03168B (or 0x03168B) is known color: Dark Blue. HEX triplet: 03, 16 and 8B. RGB value is (3,22,139). Sum of RGB (Red+Green+Blue) = 3+22+139=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #03168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03168B is #FCE974. Grayscale: #1D1D1D. Windows color (decimal): -16574837 or 9115139. OLE color: 9115139.
HSL color Cylindrical-coordinate representation of color #03168B: hue angle of 231.62º 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 #03168B is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 22 | 139 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.45 |
| HSL | 231.62º | 0.96% | 0.28% | - |
| HSV(B) | 231.62º | 0.98% | 0.55% | - |
| XYZ | 4.98 | 2.46 | 24.64 | - |
| YUV | 29.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 139 | 0.98 | 0.84 | 0 | 0.45 | 231.62 | 0.96 | 0.28 |
| Hex | 3 | 16 | 8B | 62 | 54 | 0 | 2D | E8 | 60 | 1C |
| Octal | 3 | 26 | 213 | 142 | 124 | 0 | 55 | 350 | 140 | 34 |
| Binary | 11 | 10110 | 10001011 | 1100010 | 1010100 | 0 | 101101 | 11101000 | 1100000 | 11100 |
Color Harmonies of #03168B
Complementary color
Monochromatic Colors of #03168B
Black with #03168B
Text Example
Text Example
White with #03168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03168B; }
p { color: rgb(3,22,139); }
H1.HeaderClassName
{
color: #03168B;
}
.AnyTagClassName
{
color: #03168B;
}
</style>
background-color css
<style>
a { background-color: #03168B; }
a { background-color: rgb(3,22,139); }
div.DivClassName
{
background-color: #03168B;
}
.BgClassName
{
background-color: #03168B;
}
</style>
border-color css
<style>
span { border-color: #03168B; }
span { border-color: rgb(3,22,139); }
td.TdClassName
{
border-color: #03168B;
}
.TagClassName
{
border-color: #03168B;
}
</style>