Shades of Dark Blue #03088D
Tints of Dark Blue #03088D
RGB
CMYK
RGB Variations
Color information
#03088D (or 0x03088D) is known color: Dark Blue. HEX triplet: 03, 08 and 8D. RGB value is (3,8,141). Sum of RGB (Red+Green+Blue) = 3+8+141=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 141 (55.47% from 255 or 92.76% from 152); Max value from RGB is 141 - color contains mainly: blue. Hex color #03088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03088D is #FCF772. Grayscale: #151515. Windows color (decimal): -16578419 or 9242627. OLE color: 9242627.
HSL color Cylindrical-coordinate representation of color #03088D: hue angle of 237.83º 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 #03088D is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 8 | 141 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.45 |
| HSL | 237.83º | 0.96% | 0.28% | - |
| HSV(B) | 237.83º | 0.98% | 0.55% | - |
| XYZ | 4.93 | 2.12 | 25.35 | - |
| YUV | 21.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 141 | 0.98 | 0.94 | 0 | 0.45 | 237.83 | 0.96 | 0.28 |
| Hex | 3 | 8 | 8D | 62 | 5E | 0 | 2D | EE | 60 | 1C |
| Octal | 3 | 10 | 215 | 142 | 136 | 0 | 55 | 356 | 140 | 34 |
| Binary | 11 | 1000 | 10001101 | 1100010 | 1011110 | 0 | 101101 | 11101110 | 1100000 | 11100 |
Color Harmonies of #03088D
Complementary color
Monochromatic Colors of #03088D
Black with #03088D
Text Example
Text Example
White with #03088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03088D; }
p { color: rgb(3,8,141); }
H1.HeaderClassName
{
color: #03088D;
}
.AnyTagClassName
{
color: #03088D;
}
</style>
background-color css
<style>
a { background-color: #03088D; }
a { background-color: rgb(3,8,141); }
div.DivClassName
{
background-color: #03088D;
}
.BgClassName
{
background-color: #03088D;
}
</style>
border-color css
<style>
span { border-color: #03088D; }
span { border-color: rgb(3,8,141); }
td.TdClassName
{
border-color: #03088D;
}
.TagClassName
{
border-color: #03088D;
}
</style>