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