Shades of Medium Blue #0A0CCC
Tints of Medium Blue #0A0CCC
RGB
CMYK
RGB Variations
Color information
#0A0CCC (or 0x0A0CCC) is known color: Medium Blue. HEX triplet: 0A, 0C and CC. RGB value is (10,12,204). Sum of RGB (Red+Green+Blue) = 10+12+204=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A0CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CCC is #F5F333. Grayscale: #202020. Windows color (decimal): -16118580 or 13372426. OLE color: 13372426.
HSL color Cylindrical-coordinate representation of color #0A0CCC: hue angle of 239.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0CCC is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 12 | 204 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.2 |
| HSL | 239.38º | 0.91% | 0.42% | - |
| HSV(B) | 239.38º | 0.95% | 0.8% | - |
| XYZ | 11.16 | 4.69 | 57.44 | - |
| YUV | 33.29 | 224.34 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 204 | 0.95 | 0.94 | 0 | 0.2 | 239.38 | 0.91 | 0.42 |
| Hex | A | C | CC | 5F | 5E | 0 | 14 | EF | 5B | 2A |
| Octal | 12 | 14 | 314 | 137 | 136 | 0 | 24 | 357 | 133 | 52 |
| Binary | 1010 | 1100 | 11001100 | 1011111 | 1011110 | 0 | 10100 | 11101111 | 1011011 | 101010 |
Color Harmonies of #0A0CCC
Complementary color
Monochromatic Colors of #0A0CCC
Black with #0A0CCC
Text Example
Text Example
White with #0A0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CCC; }
p { color: rgb(10,12,204); }
H1.HeaderClassName
{
color: #0A0CCC;
}
.AnyTagClassName
{
color: #0A0CCC;
}
</style>
background-color css
<style>
a { background-color: #0A0CCC; }
a { background-color: rgb(10,12,204); }
div.DivClassName
{
background-color: #0A0CCC;
}
.BgClassName
{
background-color: #0A0CCC;
}
</style>
border-color css
<style>
span { border-color: #0A0CCC; }
span { border-color: rgb(10,12,204); }
td.TdClassName
{
border-color: #0A0CCC;
}
.TagClassName
{
border-color: #0A0CCC;
}
</style>