Shades of Medium Blue #0007CC
Tints of Medium Blue #0007CC
RGB
CMYK
RGB Variations
Color information
#0007CC (or 0x0007CC) is known color: Medium Blue. HEX triplet: 00, 07 and CC. RGB value is (0,7,204). Sum of RGB (Red+Green+Blue) = 0+7+204=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 204 (80.08% from 255 or 96.68% from 211); Max value from RGB is 204 - color contains mainly: blue. Hex color #0007CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0007CC is #FFF833. Grayscale: #1A1A1A. Windows color (decimal): -16775220 or 13371136. OLE color: 13371136.
HSL color Cylindrical-coordinate representation of color #0007CC: hue angle of 237.94º 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 #0007CC is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 7 | 204 | - |
| CMYK | 1 | 0.97 | 0 | 0.2 |
| HSL | 237.94º | 1% | 0.4% | - |
| HSV(B) | 237.94º | 1% | 0.8% | - |
| XYZ | 10.98 | 4.51 | 57.42 | - |
| YUV | 27.37 | 227.68 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 204 | 1 | 0.97 | 0 | 0.2 | 237.94 | 1 | 0.4 |
| Hex | 0 | 7 | CC | 64 | 61 | 0 | 14 | EE | 64 | 28 |
| Octal | 0 | 7 | 314 | 144 | 141 | 0 | 24 | 356 | 144 | 50 |
| Binary | 0 | 111 | 11001100 | 1100100 | 1100001 | 0 | 10100 | 11101110 | 1100100 | 101000 |
Color Harmonies of #0007CC
Complementary color
Monochromatic Colors of #0007CC
Black with #0007CC
Text Example
Text Example
White with #0007CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0007CC; }
p { color: rgb(0,7,204); }
H1.HeaderClassName
{
color: #0007CC;
}
.AnyTagClassName
{
color: #0007CC;
}
</style>
background-color css
<style>
a { background-color: #0007CC; }
a { background-color: rgb(0,7,204); }
div.DivClassName
{
background-color: #0007CC;
}
.BgClassName
{
background-color: #0007CC;
}
</style>
border-color css
<style>
span { border-color: #0007CC; }
span { border-color: rgb(0,7,204); }
td.TdClassName
{
border-color: #0007CC;
}
.TagClassName
{
border-color: #0007CC;
}
</style>