Shades of Medium Blue #0A0CCB
Tints of Medium Blue #0A0CCB
RGB
CMYK
RGB Variations
Color information
#0A0CCB (or 0x0A0CCB) is known color: Medium Blue. HEX triplet: 0A, 0C and CB. RGB value is (10,12,203). Sum of RGB (Red+Green+Blue) = 10+12+203=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 203 (79.69% from 255 or 90.22% from 225); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A0CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CCB is #F5F334. Grayscale: #202020. Windows color (decimal): -16118581 or 13306890. OLE color: 13306890.
HSL color Cylindrical-coordinate representation of color #0A0CCB: 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 #0A0CCB is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 12 | 203 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.20 |
| HSL | 239.38º | 0.91% | 0.42% | - |
| HSV(B) | 239.38º | 0.95% | 0.8% | - |
| XYZ | 11.04 | 4.64 | 56.81 | - |
| YUV | 33.18 | 223.84 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 203 | 0.95 | 0.94 | 0 | 0.20 | 239.38 | 0.91 | 0.42 |
| Hex | A | C | CB | 5F | 5E | 0 | 14 | EF | 5B | 2A |
| Octal | 12 | 14 | 313 | 137 | 136 | 0 | 24 | 357 | 133 | 52 |
| Binary | 1010 | 1100 | 11001011 | 1011111 | 1011110 | 0 | 10100 | 11101111 | 1011011 | 101010 |
Color Harmonies of #0A0CCB
Complementary color
Monochromatic Colors of #0A0CCB
Black with #0A0CCB
Text Example
Text Example
White with #0A0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CCB; }
p { color: rgb(10,12,203); }
H1.HeaderClassName
{
color: #0A0CCB;
}
.AnyTagClassName
{
color: #0A0CCB;
}
</style>
background-color css
<style>
a { background-color: #0A0CCB; }
a { background-color: rgb(10,12,203); }
div.DivClassName
{
background-color: #0A0CCB;
}
.BgClassName
{
background-color: #0A0CCB;
}
</style>
border-color css
<style>
span { border-color: #0A0CCB; }
span { border-color: rgb(10,12,203); }
td.TdClassName
{
border-color: #0A0CCB;
}
.TagClassName
{
border-color: #0A0CCB;
}
</style>