Shades of Regal Blue #0A3853
Tints of Regal Blue #0A3853
RGB
CMYK
RGB Variations
Color information
#0A3853 (or 0x0A3853) is known color: Regal Blue. HEX triplet: 0A, 38 and 53. RGB value is (10,56,83). Sum of RGB (Red+Green+Blue) = 10+56+83=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A3853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3853 is #F5C7AC. Grayscale: #2D2D2D. Windows color (decimal): -16107437 or 5453834. OLE color: 5453834.
HSL color Cylindrical-coordinate representation of color #0A3853: hue angle of 202.19º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3853 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 56 | 83 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.67 |
| HSL | 202.19º | 0.78% | 0.18% | - |
| HSV(B) | 202.19º | 0.88% | 0.33% | - |
| XYZ | 3.1 | 3.52 | 8.7 | - |
| YUV | 45.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 83 | 0.88 | 0.33 | 0 | 0.67 | 202.19 | 0.78 | 0.18 |
| Hex | A | 38 | 53 | 58 | 21 | 0 | 43 | CA | 4E | 12 |
| Octal | 12 | 70 | 123 | 130 | 41 | 0 | 103 | 312 | 116 | 22 |
| Binary | 1010 | 111000 | 1010011 | 1011000 | 100001 | 0 | 1000011 | 11001010 | 1001110 | 10010 |
Color Harmonies of #0A3853
Complementary color
Monochromatic Colors of #0A3853
Black with #0A3853
Text Example
Text Example
White with #0A3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3853; }
p { color: rgb(10,56,83); }
H1.HeaderClassName
{
color: #0A3853;
}
.AnyTagClassName
{
color: #0A3853;
}
</style>
background-color css
<style>
a { background-color: #0A3853; }
a { background-color: rgb(10,56,83); }
div.DivClassName
{
background-color: #0A3853;
}
.BgClassName
{
background-color: #0A3853;
}
</style>
border-color css
<style>
span { border-color: #0A3853; }
span { border-color: rgb(10,56,83); }
td.TdClassName
{
border-color: #0A3853;
}
.TagClassName
{
border-color: #0A3853;
}
</style>