Shades of Regal Blue #0A3D56
Tints of Regal Blue #0A3D56
RGB
CMYK
RGB Variations
Color information
#0A3D56 (or 0x0A3D56) is known color: Regal Blue. HEX triplet: 0A, 3D and 56. RGB value is (10,61,86). Sum of RGB (Red+Green+Blue) = 10+61+86=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #0A3D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3D56 is #F5C2A9. Grayscale: #303030. Windows color (decimal): -16106154 or 5651722. OLE color: 5651722.
HSL color Cylindrical-coordinate representation of color #0A3D56: hue angle of 199.74º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3D56 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 61 | 86 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.66 |
| HSL | 199.74º | 0.79% | 0.19% | - |
| HSV(B) | 199.74º | 0.88% | 0.34% | - |
| XYZ | 3.47 | 4.07 | 9.41 | - |
| YUV | 48.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 86 | 0.88 | 0.29 | 0 | 0.66 | 199.74 | 0.79 | 0.19 |
| Hex | A | 3D | 56 | 58 | 1D | 0 | 42 | C8 | 4F | 13 |
| Octal | 12 | 75 | 126 | 130 | 35 | 0 | 102 | 310 | 117 | 23 |
| Binary | 1010 | 111101 | 1010110 | 1011000 | 11101 | 0 | 1000010 | 11001000 | 1001111 | 10011 |
Color Harmonies of #0A3D56
Complementary color
Monochromatic Colors of #0A3D56
Black with #0A3D56
Text Example
Text Example
White with #0A3D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D56; }
p { color: rgb(10,61,86); }
H1.HeaderClassName
{
color: #0A3D56;
}
.AnyTagClassName
{
color: #0A3D56;
}
</style>
background-color css
<style>
a { background-color: #0A3D56; }
a { background-color: rgb(10,61,86); }
div.DivClassName
{
background-color: #0A3D56;
}
.BgClassName
{
background-color: #0A3D56;
}
</style>
border-color css
<style>
span { border-color: #0A3D56; }
span { border-color: rgb(10,61,86); }
td.TdClassName
{
border-color: #0A3D56;
}
.TagClassName
{
border-color: #0A3D56;
}
</style>