Shades of Medium Blue #0003CC
Tints of Medium Blue #0003CC
RGB
CMYK
RGB Variations
Color information
#0003CC (or 0x0003CC) is known color: Medium Blue. HEX triplet: 00, 03 and CC. RGB value is (0,3,204). Sum of RGB (Red+Green+Blue) = 0+3+204=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 204 (80.08% from 255 or 98.55% from 207); Max value from RGB is 204 - color contains mainly: blue. Hex color #0003CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0003CC is #FFFC33. Grayscale: #181818. Windows color (decimal): -16776244 or 13370112. OLE color: 13370112.
HSL color Cylindrical-coordinate representation of color #0003CC: hue angle of 239.12º 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 #0003CC is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 3 | 204 | - |
| CMYK | 1 | 0.99 | 0 | 0.2 |
| HSL | 239.12º | 1% | 0.4% | - |
| HSV(B) | 239.12º | 1% | 0.8% | - |
| XYZ | 10.93 | 4.42 | 57.4 | - |
| YUV | 25.02 | 229.01 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 204 | 1 | 0.99 | 0 | 0.2 | 239.12 | 1 | 0.4 |
| Hex | 0 | 3 | CC | 64 | 63 | 0 | 14 | EF | 64 | 28 |
| Octal | 0 | 3 | 314 | 144 | 143 | 0 | 24 | 357 | 144 | 50 |
| Binary | 0 | 11 | 11001100 | 1100100 | 1100011 | 0 | 10100 | 11101111 | 1100100 | 101000 |
Color Harmonies of #0003CC
Complementary color
Monochromatic Colors of #0003CC
Black with #0003CC
Text Example
Text Example
White with #0003CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0003CC; }
p { color: rgb(0,3,204); }
H1.HeaderClassName
{
color: #0003CC;
}
.AnyTagClassName
{
color: #0003CC;
}
</style>
background-color css
<style>
a { background-color: #0003CC; }
a { background-color: rgb(0,3,204); }
div.DivClassName
{
background-color: #0003CC;
}
.BgClassName
{
background-color: #0003CC;
}
</style>
border-color css
<style>
span { border-color: #0003CC; }
span { border-color: rgb(0,3,204); }
td.TdClassName
{
border-color: #0003CC;
}
.TagClassName
{
border-color: #0003CC;
}
</style>