Shades of Regal Blue #0D3F5F
Tints of Regal Blue #0D3F5F
RGB
CMYK
RGB Variations
Color information
#0D3F5F (or 0x0D3F5F) is known color: Regal Blue. HEX triplet: 0D, 3F and 5F. RGB value is (13,63,95). Sum of RGB (Red+Green+Blue) = 13+63+95=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D3F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3F5F is #F2C0A0. Grayscale: #333333. Windows color (decimal): -15909025 or 6242061. OLE color: 6242061.
HSL color Cylindrical-coordinate representation of color #0D3F5F: hue angle of 203.41º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3F5F is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 63 | 95 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.63 |
| HSL | 203.41º | 0.76% | 0.21% | - |
| HSV(B) | 203.41º | 0.86% | 0.37% | - |
| XYZ | 4.01 | 4.47 | 11.48 | - |
| YUV | 51.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 95 | 0.86 | 0.34 | 0 | 0.63 | 203.41 | 0.76 | 0.21 |
| Hex | D | 3F | 5F | 56 | 22 | 0 | 3F | CB | 4C | 15 |
| Octal | 15 | 77 | 137 | 126 | 42 | 0 | 77 | 313 | 114 | 25 |
| Binary | 1101 | 111111 | 1011111 | 1010110 | 100010 | 0 | 111111 | 11001011 | 1001100 | 10101 |
Color Harmonies of #0D3F5F
Complementary color
Monochromatic Colors of #0D3F5F
Black with #0D3F5F
Text Example
Text Example
White with #0D3F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3F5F; }
p { color: rgb(13,63,95); }
H1.HeaderClassName
{
color: #0D3F5F;
}
.AnyTagClassName
{
color: #0D3F5F;
}
</style>
background-color css
<style>
a { background-color: #0D3F5F; }
a { background-color: rgb(13,63,95); }
div.DivClassName
{
background-color: #0D3F5F;
}
.BgClassName
{
background-color: #0D3F5F;
}
</style>
border-color css
<style>
span { border-color: #0D3F5F; }
span { border-color: rgb(13,63,95); }
td.TdClassName
{
border-color: #0D3F5F;
}
.TagClassName
{
border-color: #0D3F5F;
}
</style>