Shades of Regal Blue #0D3656
Tints of Regal Blue #0D3656
RGB
CMYK
RGB Variations
Color information
#0D3656 (or 0x0D3656) is known color: Regal Blue. HEX triplet: 0D, 36 and 56. RGB value is (13,54,86). Sum of RGB (Red+Green+Blue) = 13+54+86=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D3656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3656 is #F2C9A9. Grayscale: #2D2D2D. Windows color (decimal): -15911338 or 5649933. OLE color: 5649933.
HSL color Cylindrical-coordinate representation of color #0D3656: hue angle of 206.3º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3656 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 54 | 86 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.66 |
| HSL | 206.3º | 0.74% | 0.19% | - |
| HSV(B) | 206.3º | 0.85% | 0.34% | - |
| XYZ | 3.16 | 3.4 | 9.29 | - |
| YUV | 45.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 86 | 0.85 | 0.37 | 0 | 0.66 | 206.3 | 0.74 | 0.19 |
| Hex | D | 36 | 56 | 55 | 25 | 0 | 42 | CE | 4A | 13 |
| Octal | 15 | 66 | 126 | 125 | 45 | 0 | 102 | 316 | 112 | 23 |
| Binary | 1101 | 110110 | 1010110 | 1010101 | 100101 | 0 | 1000010 | 11001110 | 1001010 | 10011 |
Color Harmonies of #0D3656
Complementary color
Monochromatic Colors of #0D3656
Black with #0D3656
Text Example
Text Example
White with #0D3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3656; }
p { color: rgb(13,54,86); }
H1.HeaderClassName
{
color: #0D3656;
}
.AnyTagClassName
{
color: #0D3656;
}
</style>
background-color css
<style>
a { background-color: #0D3656; }
a { background-color: rgb(13,54,86); }
div.DivClassName
{
background-color: #0D3656;
}
.BgClassName
{
background-color: #0D3656;
}
</style>
border-color css
<style>
span { border-color: #0D3656; }
span { border-color: rgb(13,54,86); }
td.TdClassName
{
border-color: #0D3656;
}
.TagClassName
{
border-color: #0D3656;
}
</style>