Shades of Medium Blue #0C03DB
Tints of Medium Blue #0C03DB
RGB
CMYK
RGB Variations
Color information
#0C03DB (or 0x0C03DB) is known color: Medium Blue. HEX triplet: 0C, 03 and DB. RGB value is (12,3,219). Sum of RGB (Red+Green+Blue) = 12+3+219=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C03DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03DB is #F3FC24. Grayscale: #1D1D1D. Windows color (decimal): -15989797 or 14353164. OLE color: 14353164.
HSL color Cylindrical-coordinate representation of color #0C03DB: hue angle of 242.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C03DB is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 3 | 219 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.14 |
| HSL | 242.5º | 0.97% | 0.44% | - |
| HSV(B) | 242.5º | 0.99% | 0.86% | - |
| XYZ | 12.97 | 5.26 | 67.35 | - |
| YUV | 30.32 | 234.48 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 219 | 0.95 | 0.99 | 0 | 0.14 | 242.5 | 0.97 | 0.44 |
| Hex | C | 3 | DB | 5F | 63 | 0 | E | F2 | 61 | 2C |
| Octal | 14 | 3 | 333 | 137 | 143 | 0 | 16 | 362 | 141 | 54 |
| Binary | 1100 | 11 | 11011011 | 1011111 | 1100011 | 0 | 1110 | 11110010 | 1100001 | 101100 |
Color Harmonies of #0C03DB
Complementary color
Monochromatic Colors of #0C03DB
Black with #0C03DB
Text Example
Text Example
White with #0C03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C03DB; }
p { color: rgb(12,3,219); }
H1.HeaderClassName
{
color: #0C03DB;
}
.AnyTagClassName
{
color: #0C03DB;
}
</style>
background-color css
<style>
a { background-color: #0C03DB; }
a { background-color: rgb(12,3,219); }
div.DivClassName
{
background-color: #0C03DB;
}
.BgClassName
{
background-color: #0C03DB;
}
</style>
border-color css
<style>
span { border-color: #0C03DB; }
span { border-color: rgb(12,3,219); }
td.TdClassName
{
border-color: #0C03DB;
}
.TagClassName
{
border-color: #0C03DB;
}
</style>