Shades of Medium Blue #000CDA
Tints of Medium Blue #000CDA
RGB
CMYK
RGB Variations
Color information
#000CDA (or 0x000CDA) is known color: Medium Blue. HEX triplet: 00, 0C and DA. RGB value is (0,12,218). Sum of RGB (Red+Green+Blue) = 0+12+218=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 218 (85.55% from 255 or 94.78% from 230); Max value from RGB is 218 - color contains mainly: blue. Hex color #000CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CDA is #FFF325. Grayscale: #1F1F1F. Windows color (decimal): -16773926 or 14289920. OLE color: 14289920.
HSL color Cylindrical-coordinate representation of color #000CDA: hue angle of 236.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CDA is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 12 | 218 | - |
| CMYK | 1 | 0.94 | 0 | 0.15 |
| HSL | 236.7º | 1% | 0.43% | - |
| HSV(B) | 236.7º | 1% | 0.85% | - |
| XYZ | 12.79 | 5.32 | 66.68 | - |
| YUV | 31.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 218 | 1 | 0.94 | 0 | 0.15 | 236.7 | 1 | 0.43 |
| Hex | 0 | C | DA | 64 | 5E | 0 | F | ED | 64 | 2B |
| Octal | 0 | 14 | 332 | 144 | 136 | 0 | 17 | 355 | 144 | 53 |
| Binary | 0 | 1100 | 11011010 | 1100100 | 1011110 | 0 | 1111 | 11101101 | 1100100 | 101011 |
Color Harmonies of #000CDA
Complementary color
Monochromatic Colors of #000CDA
Black with #000CDA
Text Example
Text Example
White with #000CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CDA; }
p { color: rgb(0,12,218); }
H1.HeaderClassName
{
color: #000CDA;
}
.AnyTagClassName
{
color: #000CDA;
}
</style>
background-color css
<style>
a { background-color: #000CDA; }
a { background-color: rgb(0,12,218); }
div.DivClassName
{
background-color: #000CDA;
}
.BgClassName
{
background-color: #000CDA;
}
</style>
border-color css
<style>
span { border-color: #000CDA; }
span { border-color: rgb(0,12,218); }
td.TdClassName
{
border-color: #000CDA;
}
.TagClassName
{
border-color: #000CDA;
}
</style>