Shades of Medium Blue #0D1CCA
Tints of Medium Blue #0D1CCA
RGB
CMYK
RGB Variations
Color information
#0D1CCA (or 0x0D1CCA) is known color: Medium Blue. HEX triplet: 0D, 1C and CA. RGB value is (13,28,202). Sum of RGB (Red+Green+Blue) = 13+28+202=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D1CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1CCA is #F2E335. Grayscale: #2A2A2A. Windows color (decimal): -15917878 or 13245453. OLE color: 13245453.
HSL color Cylindrical-coordinate representation of color #0D1CCA: hue angle of 235.24º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D1CCA is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 28 | 202 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.21 |
| HSL | 235.24º | 0.88% | 0.42% | - |
| HSV(B) | 235.24º | 0.94% | 0.79% | - |
| XYZ | 11.24 | 5.18 | 56.28 | - |
| YUV | 43.35 | 217.53 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 202 | 0.94 | 0.86 | 0 | 0.21 | 235.24 | 0.88 | 0.42 |
| Hex | D | 1C | CA | 5E | 56 | 0 | 15 | EB | 58 | 2A |
| Octal | 15 | 34 | 312 | 136 | 126 | 0 | 25 | 353 | 130 | 52 |
| Binary | 1101 | 11100 | 11001010 | 1011110 | 1010110 | 0 | 10101 | 11101011 | 1011000 | 101010 |
Color Harmonies of #0D1CCA
Complementary color
Monochromatic Colors of #0D1CCA
Black with #0D1CCA
Text Example
Text Example
White with #0D1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1CCA; }
p { color: rgb(13,28,202); }
H1.HeaderClassName
{
color: #0D1CCA;
}
.AnyTagClassName
{
color: #0D1CCA;
}
</style>
background-color css
<style>
a { background-color: #0D1CCA; }
a { background-color: rgb(13,28,202); }
div.DivClassName
{
background-color: #0D1CCA;
}
.BgClassName
{
background-color: #0D1CCA;
}
</style>
border-color css
<style>
span { border-color: #0D1CCA; }
span { border-color: rgb(13,28,202); }
td.TdClassName
{
border-color: #0D1CCA;
}
.TagClassName
{
border-color: #0D1CCA;
}
</style>