Shades of Regal Blue #0D3E58
Tints of Regal Blue #0D3E58
RGB
CMYK
RGB Variations
Color information
#0D3E58 (or 0x0D3E58) is known color: Regal Blue. HEX triplet: 0D, 3E and 58. RGB value is (13,62,88). Sum of RGB (Red+Green+Blue) = 13+62+88=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D3E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E58 is #F2C1A7. Grayscale: #323232. Windows color (decimal): -15909288 or 5783053. OLE color: 5783053.
HSL color Cylindrical-coordinate representation of color #0D3E58: hue angle of 200.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3E58 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 62 | 88 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.65 |
| HSL | 200.8º | 0.74% | 0.2% | - |
| HSV(B) | 200.8º | 0.85% | 0.35% | - |
| XYZ | 3.65 | 4.24 | 9.86 | - |
| YUV | 50.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 88 | 0.85 | 0.30 | 0 | 0.65 | 200.8 | 0.74 | 0.2 |
| Hex | D | 3E | 58 | 55 | 1E | 0 | 41 | C9 | 4A | 14 |
| Octal | 15 | 76 | 130 | 125 | 36 | 0 | 101 | 311 | 112 | 24 |
| Binary | 1101 | 111110 | 1011000 | 1010101 | 11110 | 0 | 1000001 | 11001001 | 1001010 | 10100 |
Color Harmonies of #0D3E58
Complementary color
Monochromatic Colors of #0D3E58
Black with #0D3E58
Text Example
Text Example
White with #0D3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E58; }
p { color: rgb(13,62,88); }
H1.HeaderClassName
{
color: #0D3E58;
}
.AnyTagClassName
{
color: #0D3E58;
}
</style>
background-color css
<style>
a { background-color: #0D3E58; }
a { background-color: rgb(13,62,88); }
div.DivClassName
{
background-color: #0D3E58;
}
.BgClassName
{
background-color: #0D3E58;
}
</style>
border-color css
<style>
span { border-color: #0D3E58; }
span { border-color: rgb(13,62,88); }
td.TdClassName
{
border-color: #0D3E58;
}
.TagClassName
{
border-color: #0D3E58;
}
</style>