Shades of Medium Blue #000BCC
Tints of Medium Blue #000BCC
RGB
CMYK
RGB Variations
Color information
#000BCC (or 0x000BCC) is known color: Medium Blue. HEX triplet: 00, 0B and CC. RGB value is (0,11,204). Sum of RGB (Red+Green+Blue) = 0+11+204=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 204 (80.08% from 255 or 94.88% from 215); Max value from RGB is 204 - color contains mainly: blue. Hex color #000BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BCC is #FFF433. Grayscale: #1C1C1C. Windows color (decimal): -16774196 or 13372160. OLE color: 13372160.
HSL color Cylindrical-coordinate representation of color #000BCC: hue angle of 236.76º 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 #000BCC is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 11 | 204 | - |
| CMYK | 1 | 0.95 | 0 | 0.2 |
| HSL | 236.76º | 1% | 0.4% | - |
| HSV(B) | 236.76º | 1% | 0.8% | - |
| XYZ | 11.02 | 4.6 | 57.43 | - |
| YUV | 29.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 204 | 1 | 0.95 | 0 | 0.2 | 236.76 | 1 | 0.4 |
| Hex | 0 | B | CC | 64 | 5F | 0 | 14 | ED | 64 | 28 |
| Octal | 0 | 13 | 314 | 144 | 137 | 0 | 24 | 355 | 144 | 50 |
| Binary | 0 | 1011 | 11001100 | 1100100 | 1011111 | 0 | 10100 | 11101101 | 1100100 | 101000 |
Color Harmonies of #000BCC
Complementary color
Monochromatic Colors of #000BCC
Black with #000BCC
Text Example
Text Example
White with #000BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000BCC; }
p { color: rgb(0,11,204); }
H1.HeaderClassName
{
color: #000BCC;
}
.AnyTagClassName
{
color: #000BCC;
}
</style>
background-color css
<style>
a { background-color: #000BCC; }
a { background-color: rgb(0,11,204); }
div.DivClassName
{
background-color: #000BCC;
}
.BgClassName
{
background-color: #000BCC;
}
</style>
border-color css
<style>
span { border-color: #000BCC; }
span { border-color: rgb(0,11,204); }
td.TdClassName
{
border-color: #000BCC;
}
.TagClassName
{
border-color: #000BCC;
}
</style>