Shades of Medium Blue #000CCD
Tints of Medium Blue #000CCD
RGB
CMYK
RGB Variations
Color information
#000CCD (or 0x000CCD) is known color: Medium Blue. HEX triplet: 00, 0C and CD. RGB value is (0,12,205). Sum of RGB (Red+Green+Blue) = 0+12+205=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 205 (80.47% from 255 or 94.47% from 217); Max value from RGB is 205 - color contains mainly: blue. Hex color #000CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CCD is #FFF332. Grayscale: #1D1D1D. Windows color (decimal): -16773939 or 13437952. OLE color: 13437952.
HSL color Cylindrical-coordinate representation of color #000CCD: hue angle of 236.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CCD is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 12 | 205 | - |
| CMYK | 1 | 0.94 | 0 | 0.20 |
| HSL | 236.49º | 1% | 0.4% | - |
| HSV(B) | 236.49º | 1% | 0.8% | - |
| XYZ | 11.15 | 4.67 | 58.07 | - |
| YUV | 30.41 | 226.52 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 205 | 1 | 0.94 | 0 | 0.20 | 236.49 | 1 | 0.4 |
| Hex | 0 | C | CD | 64 | 5E | 0 | 14 | EC | 64 | 28 |
| Octal | 0 | 14 | 315 | 144 | 136 | 0 | 24 | 354 | 144 | 50 |
| Binary | 0 | 1100 | 11001101 | 1100100 | 1011110 | 0 | 10100 | 11101100 | 1100100 | 101000 |
Color Harmonies of #000CCD
Complementary color
Monochromatic Colors of #000CCD
Black with #000CCD
Text Example
Text Example
White with #000CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CCD; }
p { color: rgb(0,12,205); }
H1.HeaderClassName
{
color: #000CCD;
}
.AnyTagClassName
{
color: #000CCD;
}
</style>
background-color css
<style>
a { background-color: #000CCD; }
a { background-color: rgb(0,12,205); }
div.DivClassName
{
background-color: #000CCD;
}
.BgClassName
{
background-color: #000CCD;
}
</style>
border-color css
<style>
span { border-color: #000CCD; }
span { border-color: rgb(0,12,205); }
td.TdClassName
{
border-color: #000CCD;
}
.TagClassName
{
border-color: #000CCD;
}
</style>