Shades of Regal Blue #0D3E59
Tints of Regal Blue #0D3E59
RGB
CMYK
RGB Variations
Color information
#0D3E59 (or 0x0D3E59) is known color: Regal Blue. HEX triplet: 0D, 3E and 59. RGB value is (13,62,89). Sum of RGB (Red+Green+Blue) = 13+62+89=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D3E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E59 is #F2C1A6. Grayscale: #323232. Windows color (decimal): -15909287 or 5848589. OLE color: 5848589.
HSL color Cylindrical-coordinate representation of color #0D3E59: hue angle of 201.32º degrees, saturation: 0.75, 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 #0D3E59 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 62 | 89 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.65 |
| HSL | 201.32º | 0.75% | 0.2% | - |
| HSV(B) | 201.32º | 0.85% | 0.35% | - |
| XYZ | 3.69 | 4.25 | 10.08 | - |
| YUV | 50.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 89 | 0.85 | 0.30 | 0 | 0.65 | 201.32 | 0.75 | 0.2 |
| Hex | D | 3E | 59 | 55 | 1E | 0 | 41 | C9 | 4B | 14 |
| Octal | 15 | 76 | 131 | 125 | 36 | 0 | 101 | 311 | 113 | 24 |
| Binary | 1101 | 111110 | 1011001 | 1010101 | 11110 | 0 | 1000001 | 11001001 | 1001011 | 10100 |
Color Harmonies of #0D3E59
Complementary color
Monochromatic Colors of #0D3E59
Black with #0D3E59
Text Example
Text Example
White with #0D3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E59; }
p { color: rgb(13,62,89); }
H1.HeaderClassName
{
color: #0D3E59;
}
.AnyTagClassName
{
color: #0D3E59;
}
</style>
background-color css
<style>
a { background-color: #0D3E59; }
a { background-color: rgb(13,62,89); }
div.DivClassName
{
background-color: #0D3E59;
}
.BgClassName
{
background-color: #0D3E59;
}
</style>
border-color css
<style>
span { border-color: #0D3E59; }
span { border-color: rgb(13,62,89); }
td.TdClassName
{
border-color: #0D3E59;
}
.TagClassName
{
border-color: #0D3E59;
}
</style>