Shades of Regal Blue #0A3951
Tints of Regal Blue #0A3951
RGB
CMYK
RGB Variations
Color information
#0A3951 (or 0x0A3951) is known color: Regal Blue. HEX triplet: 0A, 39 and 51. RGB value is (10,57,81). Sum of RGB (Red+Green+Blue) = 10+57+81=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #0A3951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3951 is #F5C6AE. Grayscale: #2D2D2D. Windows color (decimal): -16107183 or 5323018. OLE color: 5323018.
HSL color Cylindrical-coordinate representation of color #0A3951: hue angle of 200.28º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3951 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 57 | 81 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.68 |
| HSL | 200.28º | 0.78% | 0.18% | - |
| HSV(B) | 200.28º | 0.88% | 0.32% | - |
| XYZ | 3.07 | 3.58 | 8.31 | - |
| YUV | 45.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 81 | 0.88 | 0.30 | 0 | 0.68 | 200.28 | 0.78 | 0.18 |
| Hex | A | 39 | 51 | 58 | 1E | 0 | 44 | C8 | 4E | 12 |
| Octal | 12 | 71 | 121 | 130 | 36 | 0 | 104 | 310 | 116 | 22 |
| Binary | 1010 | 111001 | 1010001 | 1011000 | 11110 | 0 | 1000100 | 11001000 | 1001110 | 10010 |
Color Harmonies of #0A3951
Complementary color
Monochromatic Colors of #0A3951
Black with #0A3951
Text Example
Text Example
White with #0A3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3951; }
p { color: rgb(10,57,81); }
H1.HeaderClassName
{
color: #0A3951;
}
.AnyTagClassName
{
color: #0A3951;
}
</style>
background-color css
<style>
a { background-color: #0A3951; }
a { background-color: rgb(10,57,81); }
div.DivClassName
{
background-color: #0A3951;
}
.BgClassName
{
background-color: #0A3951;
}
</style>
border-color css
<style>
span { border-color: #0A3951; }
span { border-color: rgb(10,57,81); }
td.TdClassName
{
border-color: #0A3951;
}
.TagClassName
{
border-color: #0A3951;
}
</style>