Shades of Regal Blue #0D3E5B
Tints of Regal Blue #0D3E5B
RGB
CMYK
RGB Variations
Color information
#0D3E5B (or 0x0D3E5B) is known color: Regal Blue. HEX triplet: 0D, 3E and 5B. RGB value is (13,62,91). Sum of RGB (Red+Green+Blue) = 13+62+91=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D3E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E5B is #F2C1A4. Grayscale: #323232. Windows color (decimal): -15909285 or 5979661. OLE color: 5979661.
HSL color Cylindrical-coordinate representation of color #0D3E5B: hue angle of 202.31º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3E5B is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 62 | 91 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.64 |
| HSL | 202.31º | 0.75% | 0.2% | - |
| HSV(B) | 202.31º | 0.86% | 0.36% | - |
| XYZ | 3.78 | 4.29 | 10.53 | - |
| YUV | 50.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 91 | 0.86 | 0.32 | 0 | 0.64 | 202.31 | 0.75 | 0.2 |
| Hex | D | 3E | 5B | 56 | 20 | 0 | 40 | CA | 4B | 14 |
| Octal | 15 | 76 | 133 | 126 | 40 | 0 | 100 | 312 | 113 | 24 |
| Binary | 1101 | 111110 | 1011011 | 1010110 | 100000 | 0 | 1000000 | 11001010 | 1001011 | 10100 |
Color Harmonies of #0D3E5B
Complementary color
Monochromatic Colors of #0D3E5B
Black with #0D3E5B
Text Example
Text Example
White with #0D3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E5B; }
p { color: rgb(13,62,91); }
H1.HeaderClassName
{
color: #0D3E5B;
}
.AnyTagClassName
{
color: #0D3E5B;
}
</style>
background-color css
<style>
a { background-color: #0D3E5B; }
a { background-color: rgb(13,62,91); }
div.DivClassName
{
background-color: #0D3E5B;
}
.BgClassName
{
background-color: #0D3E5B;
}
</style>
border-color css
<style>
span { border-color: #0D3E5B; }
span { border-color: rgb(13,62,91); }
td.TdClassName
{
border-color: #0D3E5B;
}
.TagClassName
{
border-color: #0D3E5B;
}
</style>