Shades of Regal Blue #0D3C5C
Tints of Regal Blue #0D3C5C
RGB
CMYK
RGB Variations
Color information
#0D3C5C (or 0x0D3C5C) is known color: Regal Blue. HEX triplet: 0D, 3C and 5C. RGB value is (13,60,92). Sum of RGB (Red+Green+Blue) = 13+60+92=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D3C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C5C is #F2C3A3. Grayscale: #313131. Windows color (decimal): -15909796 or 6044685. OLE color: 6044685.
HSL color Cylindrical-coordinate representation of color #0D3C5C: hue angle of 204.3º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3C5C is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 60 | 92 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.64 |
| HSL | 204.3º | 0.75% | 0.21% | - |
| HSV(B) | 204.3º | 0.86% | 0.36% | - |
| XYZ | 3.71 | 4.09 | 10.72 | - |
| YUV | 49.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 92 | 0.86 | 0.35 | 0 | 0.64 | 204.3 | 0.75 | 0.21 |
| Hex | D | 3C | 5C | 56 | 23 | 0 | 40 | CC | 4B | 15 |
| Octal | 15 | 74 | 134 | 126 | 43 | 0 | 100 | 314 | 113 | 25 |
| Binary | 1101 | 111100 | 1011100 | 1010110 | 100011 | 0 | 1000000 | 11001100 | 1001011 | 10101 |
Color Harmonies of #0D3C5C
Complementary color
Monochromatic Colors of #0D3C5C
Black with #0D3C5C
Text Example
Text Example
White with #0D3C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3C5C; }
p { color: rgb(13,60,92); }
H1.HeaderClassName
{
color: #0D3C5C;
}
.AnyTagClassName
{
color: #0D3C5C;
}
</style>
background-color css
<style>
a { background-color: #0D3C5C; }
a { background-color: rgb(13,60,92); }
div.DivClassName
{
background-color: #0D3C5C;
}
.BgClassName
{
background-color: #0D3C5C;
}
</style>
border-color css
<style>
span { border-color: #0D3C5C; }
span { border-color: rgb(13,60,92); }
td.TdClassName
{
border-color: #0D3C5C;
}
.TagClassName
{
border-color: #0D3C5C;
}
</style>