Shades of Medium Blue #0A04DB
Tints of Medium Blue #0A04DB
RGB
CMYK
RGB Variations
Color information
#0A04DB (or 0x0A04DB) is known color: Medium Blue. HEX triplet: 0A, 04 and DB. RGB value is (10,4,219). Sum of RGB (Red+Green+Blue) = 10+4+219=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 219 (85.94% from 255 or 93.99% from 233); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A04DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04DB is #F5FB24. Grayscale: #1D1D1D. Windows color (decimal): -16120613 or 14353418. OLE color: 14353418.
HSL color Cylindrical-coordinate representation of color #0A04DB: hue angle of 241.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A04DB is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 4 | 219 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.14 |
| HSL | 241.67º | 0.96% | 0.44% | - |
| HSV(B) | 241.67º | 0.98% | 0.86% | - |
| XYZ | 12.95 | 5.27 | 67.35 | - |
| YUV | 30.3 | 234.49 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 219 | 0.95 | 0.98 | 0 | 0.14 | 241.67 | 0.96 | 0.44 |
| Hex | A | 4 | DB | 5F | 62 | 0 | E | F2 | 60 | 2C |
| Octal | 12 | 4 | 333 | 137 | 142 | 0 | 16 | 362 | 140 | 54 |
| Binary | 1010 | 100 | 11011011 | 1011111 | 1100010 | 0 | 1110 | 11110010 | 1100000 | 101100 |
Color Harmonies of #0A04DB
Complementary color
Monochromatic Colors of #0A04DB
Black with #0A04DB
Text Example
Text Example
White with #0A04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A04DB; }
p { color: rgb(10,4,219); }
H1.HeaderClassName
{
color: #0A04DB;
}
.AnyTagClassName
{
color: #0A04DB;
}
</style>
background-color css
<style>
a { background-color: #0A04DB; }
a { background-color: rgb(10,4,219); }
div.DivClassName
{
background-color: #0A04DB;
}
.BgClassName
{
background-color: #0A04DB;
}
</style>
border-color css
<style>
span { border-color: #0A04DB; }
span { border-color: rgb(10,4,219); }
td.TdClassName
{
border-color: #0A04DB;
}
.TagClassName
{
border-color: #0A04DB;
}
</style>