Shades of Medium Blue #0A04BE
Tints of Medium Blue #0A04BE
RGB
CMYK
RGB Variations
Color information
#0A04BE (or 0x0A04BE) is known color: Medium Blue. HEX triplet: 0A, 04 and BE. RGB value is (10,4,190). Sum of RGB (Red+Green+Blue) = 10+4+190=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 190 (74.61% from 255 or 93.14% from 204); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A04BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04BE is #F5FB41. Grayscale: #1A1A1A. Windows color (decimal): -16120642 or 12452874. OLE color: 12452874.
HSL color Cylindrical-coordinate representation of color #0A04BE: hue angle of 241.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A04BE is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 4 | 190 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.25 |
| HSL | 241.94º | 0.96% | 0.38% | - |
| HSV(B) | 241.94º | 0.98% | 0.75% | - |
| XYZ | 9.46 | 3.87 | 48.96 | - |
| YUV | 27 | 219.99 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 190 | 0.95 | 0.98 | 0 | 0.25 | 241.94 | 0.96 | 0.38 |
| Hex | A | 4 | BE | 5F | 62 | 0 | 19 | F2 | 60 | 26 |
| Octal | 12 | 4 | 276 | 137 | 142 | 0 | 31 | 362 | 140 | 46 |
| Binary | 1010 | 100 | 10111110 | 1011111 | 1100010 | 0 | 11001 | 11110010 | 1100000 | 100110 |
Color Harmonies of #0A04BE
Complementary color
Monochromatic Colors of #0A04BE
Black with #0A04BE
Text Example
Text Example
White with #0A04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A04BE; }
p { color: rgb(10,4,190); }
H1.HeaderClassName
{
color: #0A04BE;
}
.AnyTagClassName
{
color: #0A04BE;
}
</style>
background-color css
<style>
a { background-color: #0A04BE; }
a { background-color: rgb(10,4,190); }
div.DivClassName
{
background-color: #0A04BE;
}
.BgClassName
{
background-color: #0A04BE;
}
</style>
border-color css
<style>
span { border-color: #0A04BE; }
span { border-color: rgb(10,4,190); }
td.TdClassName
{
border-color: #0A04BE;
}
.TagClassName
{
border-color: #0A04BE;
}
</style>