Shades of Regal Blue #0A3C57
Tints of Regal Blue #0A3C57
RGB
CMYK
RGB Variations
Color information
#0A3C57 (or 0x0A3C57) is known color: Regal Blue. HEX triplet: 0A, 3C and 57. RGB value is (10,60,87). Sum of RGB (Red+Green+Blue) = 10+60+87=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A3C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C57 is #F5C3A8. Grayscale: #2F2F2F. Windows color (decimal): -16106409 or 5717002. OLE color: 5717002.
HSL color Cylindrical-coordinate representation of color #0A3C57: hue angle of 201.04º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A3C57 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 60 | 87 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.66 |
| HSL | 201.04º | 0.79% | 0.19% | - |
| HSV(B) | 201.04º | 0.89% | 0.34% | - |
| XYZ | 3.46 | 3.98 | 9.6 | - |
| YUV | 48.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 87 | 0.89 | 0.31 | 0 | 0.66 | 201.04 | 0.79 | 0.19 |
| Hex | A | 3C | 57 | 59 | 1F | 0 | 42 | C9 | 4F | 13 |
| Octal | 12 | 74 | 127 | 131 | 37 | 0 | 102 | 311 | 117 | 23 |
| Binary | 1010 | 111100 | 1010111 | 1011001 | 11111 | 0 | 1000010 | 11001001 | 1001111 | 10011 |
Color Harmonies of #0A3C57
Complementary color
Monochromatic Colors of #0A3C57
Black with #0A3C57
Text Example
Text Example
White with #0A3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C57; }
p { color: rgb(10,60,87); }
H1.HeaderClassName
{
color: #0A3C57;
}
.AnyTagClassName
{
color: #0A3C57;
}
</style>
background-color css
<style>
a { background-color: #0A3C57; }
a { background-color: rgb(10,60,87); }
div.DivClassName
{
background-color: #0A3C57;
}
.BgClassName
{
background-color: #0A3C57;
}
</style>
border-color css
<style>
span { border-color: #0A3C57; }
span { border-color: rgb(10,60,87); }
td.TdClassName
{
border-color: #0A3C57;
}
.TagClassName
{
border-color: #0A3C57;
}
</style>