Shades of Regal Blue #0D3854
Tints of Regal Blue #0D3854
RGB
CMYK
RGB Variations
Color information
#0D3854 (or 0x0D3854) is known color: Regal Blue. HEX triplet: 0D, 38 and 54. RGB value is (13,56,84). Sum of RGB (Red+Green+Blue) = 13+56+84=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D3854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3854 is #F2C7AB. Grayscale: #2E2E2E. Windows color (decimal): -15910828 or 5519373. OLE color: 5519373.
HSL color Cylindrical-coordinate representation of color #0D3854: hue angle of 203.66º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3854 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 56 | 84 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.67 |
| HSL | 203.66º | 0.73% | 0.19% | - |
| HSV(B) | 203.66º | 0.85% | 0.33% | - |
| XYZ | 3.18 | 3.55 | 8.91 | - |
| YUV | 46.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 84 | 0.85 | 0.33 | 0 | 0.67 | 203.66 | 0.73 | 0.19 |
| Hex | D | 38 | 54 | 55 | 21 | 0 | 43 | CC | 49 | 13 |
| Octal | 15 | 70 | 124 | 125 | 41 | 0 | 103 | 314 | 111 | 23 |
| Binary | 1101 | 111000 | 1010100 | 1010101 | 100001 | 0 | 1000011 | 11001100 | 1001001 | 10011 |
Color Harmonies of #0D3854
Complementary color
Monochromatic Colors of #0D3854
Black with #0D3854
Text Example
Text Example
White with #0D3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3854; }
p { color: rgb(13,56,84); }
H1.HeaderClassName
{
color: #0D3854;
}
.AnyTagClassName
{
color: #0D3854;
}
</style>
background-color css
<style>
a { background-color: #0D3854; }
a { background-color: rgb(13,56,84); }
div.DivClassName
{
background-color: #0D3854;
}
.BgClassName
{
background-color: #0D3854;
}
</style>
border-color css
<style>
span { border-color: #0D3854; }
span { border-color: rgb(13,56,84); }
td.TdClassName
{
border-color: #0D3854;
}
.TagClassName
{
border-color: #0D3854;
}
</style>