Shades of Medium Blue #0C03DF
Tints of Medium Blue #0C03DF
RGB
CMYK
RGB Variations
Color information
#0C03DF (or 0x0C03DF) is known color: Medium Blue. HEX triplet: 0C, 03 and DF. RGB value is (12,3,223). Sum of RGB (Red+Green+Blue) = 12+3+223=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C03DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03DF is #F3FC20. Grayscale: #1D1D1D. Windows color (decimal): -15989793 or 14615308. OLE color: 14615308.
HSL color Cylindrical-coordinate representation of color #0C03DF: hue angle of 242.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03DF is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 3 | 223 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.13 |
| HSL | 242.45º | 0.97% | 0.44% | - |
| HSV(B) | 242.45º | 0.99% | 0.87% | - |
| XYZ | 13.5 | 5.47 | 70.16 | - |
| YUV | 30.77 | 236.48 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 223 | 0.95 | 0.99 | 0 | 0.13 | 242.45 | 0.97 | 0.44 |
| Hex | C | 3 | DF | 5F | 63 | 0 | D | F2 | 61 | 2C |
| Octal | 14 | 3 | 337 | 137 | 143 | 0 | 15 | 362 | 141 | 54 |
| Binary | 1100 | 11 | 11011111 | 1011111 | 1100011 | 0 | 1101 | 11110010 | 1100001 | 101100 |
Color Harmonies of #0C03DF
Complementary color
Monochromatic Colors of #0C03DF
Black with #0C03DF
Text Example
Text Example
White with #0C03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03DF; }
p { color: rgb(12,3,223); }
H1.HeaderClassName
{
color: #0C03DF;
}
.AnyTagClassName
{
color: #0C03DF;
}
</style>
background-color css
<style>
a { background-color: #0C03DF; }
a { background-color: rgb(12,3,223); }
div.DivClassName
{
background-color: #0C03DF;
}
.BgClassName
{
background-color: #0C03DF;
}
</style>
border-color css
<style>
span { border-color: #0C03DF; }
span { border-color: rgb(12,3,223); }
td.TdClassName
{
border-color: #0C03DF;
}
.TagClassName
{
border-color: #0C03DF;
}
</style>