Shades of Regal Blue #0D3756
Tints of Regal Blue #0D3756
RGB
CMYK
RGB Variations
Color information
#0D3756 (or 0x0D3756) is known color: Regal Blue. HEX triplet: 0D, 37 and 56. RGB value is (13,55,86). Sum of RGB (Red+Green+Blue) = 13+55+86=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D3756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3756 is #F2C8A9. Grayscale: #2D2D2D. Windows color (decimal): -15911082 or 5650189. OLE color: 5650189.
HSL color Cylindrical-coordinate representation of color #0D3756: hue angle of 205.48º 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 #0D3756 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 55 | 86 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.66 |
| HSL | 205.48º | 0.74% | 0.19% | - |
| HSV(B) | 205.48º | 0.85% | 0.34% | - |
| XYZ | 3.21 | 3.49 | 9.31 | - |
| YUV | 45.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 86 | 0.85 | 0.36 | 0 | 0.66 | 205.48 | 0.74 | 0.19 |
| Hex | D | 37 | 56 | 55 | 24 | 0 | 42 | CD | 4A | 13 |
| Octal | 15 | 67 | 126 | 125 | 44 | 0 | 102 | 315 | 112 | 23 |
| Binary | 1101 | 110111 | 1010110 | 1010101 | 100100 | 0 | 1000010 | 11001101 | 1001010 | 10011 |
Color Harmonies of #0D3756
Complementary color
Monochromatic Colors of #0D3756
Black with #0D3756
Text Example
Text Example
White with #0D3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3756; }
p { color: rgb(13,55,86); }
H1.HeaderClassName
{
color: #0D3756;
}
.AnyTagClassName
{
color: #0D3756;
}
</style>
background-color css
<style>
a { background-color: #0D3756; }
a { background-color: rgb(13,55,86); }
div.DivClassName
{
background-color: #0D3756;
}
.BgClassName
{
background-color: #0D3756;
}
</style>
border-color css
<style>
span { border-color: #0D3756; }
span { border-color: rgb(13,55,86); }
td.TdClassName
{
border-color: #0D3756;
}
.TagClassName
{
border-color: #0D3756;
}
</style>