Shades of Regal Blue #0D3C57
Tints of Regal Blue #0D3C57
RGB
CMYK
RGB Variations
Color information
#0D3C57 (or 0x0D3C57) is known color: Regal Blue. HEX triplet: 0D, 3C and 57. RGB value is (13,60,87). Sum of RGB (Red+Green+Blue) = 13+60+87=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D3C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C57 is #F2C3A8. Grayscale: #303030. Windows color (decimal): -15909801 or 5717005. OLE color: 5717005.
HSL color Cylindrical-coordinate representation of color #0D3C57: hue angle of 201.89º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3C57 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 60 | 87 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.66 |
| HSL | 201.89º | 0.74% | 0.2% | - |
| HSV(B) | 201.89º | 0.85% | 0.34% | - |
| XYZ | 3.5 | 4.01 | 9.61 | - |
| YUV | 49.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 87 | 0.85 | 0.31 | 0 | 0.66 | 201.89 | 0.74 | 0.2 |
| Hex | D | 3C | 57 | 55 | 1F | 0 | 42 | CA | 4A | 14 |
| Octal | 15 | 74 | 127 | 125 | 37 | 0 | 102 | 312 | 112 | 24 |
| Binary | 1101 | 111100 | 1010111 | 1010101 | 11111 | 0 | 1000010 | 11001010 | 1001010 | 10100 |
Color Harmonies of #0D3C57
Complementary color
Monochromatic Colors of #0D3C57
Black with #0D3C57
Text Example
Text Example
White with #0D3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C57; }
p { color: rgb(13,60,87); }
H1.HeaderClassName
{
color: #0D3C57;
}
.AnyTagClassName
{
color: #0D3C57;
}
</style>
background-color css
<style>
a { background-color: #0D3C57; }
a { background-color: rgb(13,60,87); }
div.DivClassName
{
background-color: #0D3C57;
}
.BgClassName
{
background-color: #0D3C57;
}
</style>
border-color css
<style>
span { border-color: #0D3C57; }
span { border-color: rgb(13,60,87); }
td.TdClassName
{
border-color: #0D3C57;
}
.TagClassName
{
border-color: #0D3C57;
}
</style>