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