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