Shades of Medium Blue #000CC4
Tints of Medium Blue #000CC4
RGB
CMYK
RGB Variations
Color information
#000CC4 (or 0x000CC4) is known color: Medium Blue. HEX triplet: 00, 0C and C4. RGB value is (0,12,196). Sum of RGB (Red+Green+Blue) = 0+12+196=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 196 (76.95% from 255 or 94.23% from 208); Max value from RGB is 196 - color contains mainly: blue. Hex color #000CC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CC4 is #FFF33B. Grayscale: #1C1C1C. Windows color (decimal): -16773948 or 12848128. OLE color: 12848128.
HSL color Cylindrical-coordinate representation of color #000CC4: hue angle of 236.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CC4 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 12 | 196 | - |
| CMYK | 1 | 0.94 | 0 | 0.23 |
| HSL | 236.33º | 1% | 0.38% | - |
| HSV(B) | 236.33º | 1% | 0.77% | - |
| XYZ | 10.1 | 4.25 | 52.51 | - |
| YUV | 29.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 196 | 1 | 0.94 | 0 | 0.23 | 236.33 | 1 | 0.38 |
| Hex | 0 | C | C4 | 64 | 5E | 0 | 17 | EC | 64 | 26 |
| Octal | 0 | 14 | 304 | 144 | 136 | 0 | 27 | 354 | 144 | 46 |
| Binary | 0 | 1100 | 11000100 | 1100100 | 1011110 | 0 | 10111 | 11101100 | 1100100 | 100110 |
Color Harmonies of #000CC4
Complementary color
Monochromatic Colors of #000CC4
Black with #000CC4
Text Example
Text Example
White with #000CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CC4; }
p { color: rgb(0,12,196); }
H1.HeaderClassName
{
color: #000CC4;
}
.AnyTagClassName
{
color: #000CC4;
}
</style>
background-color css
<style>
a { background-color: #000CC4; }
a { background-color: rgb(0,12,196); }
div.DivClassName
{
background-color: #000CC4;
}
.BgClassName
{
background-color: #000CC4;
}
</style>
border-color css
<style>
span { border-color: #000CC4; }
span { border-color: rgb(0,12,196); }
td.TdClassName
{
border-color: #000CC4;
}
.TagClassName
{
border-color: #000CC4;
}
</style>