Shades of Regal Blue #0A3A55
Tints of Regal Blue #0A3A55
RGB
CMYK
RGB Variations
Color information
#0A3A55 (or 0x0A3A55) is known color: Regal Blue. HEX triplet: 0A, 3A and 55. RGB value is (10,58,85). Sum of RGB (Red+Green+Blue) = 10+58+85=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A3A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A55 is #F5C5AA. Grayscale: #2E2E2E. Windows color (decimal): -16106923 or 5585418. OLE color: 5585418.
HSL color Cylindrical-coordinate representation of color #0A3A55: hue angle of 201.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3A55 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 58 | 85 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.67 |
| HSL | 201.6º | 0.79% | 0.19% | - |
| HSV(B) | 201.6º | 0.88% | 0.33% | - |
| XYZ | 3.28 | 3.75 | 9.14 | - |
| YUV | 46.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 85 | 0.88 | 0.32 | 0 | 0.67 | 201.6 | 0.79 | 0.19 |
| Hex | A | 3A | 55 | 58 | 20 | 0 | 43 | CA | 4F | 13 |
| Octal | 12 | 72 | 125 | 130 | 40 | 0 | 103 | 312 | 117 | 23 |
| Binary | 1010 | 111010 | 1010101 | 1011000 | 100000 | 0 | 1000011 | 11001010 | 1001111 | 10011 |
Color Harmonies of #0A3A55
Complementary color
Monochromatic Colors of #0A3A55
Black with #0A3A55
Text Example
Text Example
White with #0A3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A55; }
p { color: rgb(10,58,85); }
H1.HeaderClassName
{
color: #0A3A55;
}
.AnyTagClassName
{
color: #0A3A55;
}
</style>
background-color css
<style>
a { background-color: #0A3A55; }
a { background-color: rgb(10,58,85); }
div.DivClassName
{
background-color: #0A3A55;
}
.BgClassName
{
background-color: #0A3A55;
}
</style>
border-color css
<style>
span { border-color: #0A3A55; }
span { border-color: rgb(10,58,85); }
td.TdClassName
{
border-color: #0A3A55;
}
.TagClassName
{
border-color: #0A3A55;
}
</style>