Shades of Medium Blue #000ACB
Tints of Medium Blue #000ACB
RGB
CMYK
RGB Variations
Color information
#000ACB (or 0x000ACB) is known color: Medium Blue. HEX triplet: 00, 0A and CB. RGB value is (0,10,203). Sum of RGB (Red+Green+Blue) = 0+10+203=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #000ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ACB is #FFF534. Grayscale: #1C1C1C. Windows color (decimal): -16774453 or 13306368. OLE color: 13306368.
HSL color Cylindrical-coordinate representation of color #000ACB: hue angle of 237.04º 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 #000ACB is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 10 | 203 | - |
| CMYK | 1 | 0.95 | 0 | 0.20 |
| HSL | 237.04º | 1% | 0.4% | - |
| HSV(B) | 237.04º | 1% | 0.8% | - |
| XYZ | 10.89 | 4.53 | 56.8 | - |
| YUV | 29.01 | 226.19 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 203 | 1 | 0.95 | 0 | 0.20 | 237.04 | 1 | 0.4 |
| Hex | 0 | A | CB | 64 | 5F | 0 | 14 | ED | 64 | 28 |
| Octal | 0 | 12 | 313 | 144 | 137 | 0 | 24 | 355 | 144 | 50 |
| Binary | 0 | 1010 | 11001011 | 1100100 | 1011111 | 0 | 10100 | 11101101 | 1100100 | 101000 |
Color Harmonies of #000ACB
Complementary color
Monochromatic Colors of #000ACB
Black with #000ACB
Text Example
Text Example
White with #000ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000ACB; }
p { color: rgb(0,10,203); }
H1.HeaderClassName
{
color: #000ACB;
}
.AnyTagClassName
{
color: #000ACB;
}
</style>
background-color css
<style>
a { background-color: #000ACB; }
a { background-color: rgb(0,10,203); }
div.DivClassName
{
background-color: #000ACB;
}
.BgClassName
{
background-color: #000ACB;
}
</style>
border-color css
<style>
span { border-color: #000ACB; }
span { border-color: rgb(0,10,203); }
td.TdClassName
{
border-color: #000ACB;
}
.TagClassName
{
border-color: #000ACB;
}
</style>