Shades of Medium Blue #0612CB
Tints of Medium Blue #0612CB
RGB
CMYK
RGB Variations
Color information
#0612CB (or 0x0612CB) is known color: Medium Blue. HEX triplet: 06, 12 and CB. RGB value is (6,18,203). Sum of RGB (Red+Green+Blue) = 6+18+203=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #0612CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612CB is #F9ED34. Grayscale: #222222. Windows color (decimal): -16379189 or 13308422. OLE color: 13308422.
HSL color Cylindrical-coordinate representation of color #0612CB: hue angle of 236.35º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0612CB is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 18 | 203 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.20 |
| HSL | 236.35º | 0.94% | 0.41% | - |
| HSV(B) | 236.35º | 0.97% | 0.8% | - |
| XYZ | 11.07 | 4.78 | 56.84 | - |
| YUV | 35.5 | 222.52 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 203 | 0.97 | 0.91 | 0 | 0.20 | 236.35 | 0.94 | 0.41 |
| Hex | 6 | 12 | CB | 61 | 5B | 0 | 14 | EC | 5E | 29 |
| Octal | 6 | 22 | 313 | 141 | 133 | 0 | 24 | 354 | 136 | 51 |
| Binary | 110 | 10010 | 11001011 | 1100001 | 1011011 | 0 | 10100 | 11101100 | 1011110 | 101001 |
Color Harmonies of #0612CB
Complementary color
Monochromatic Colors of #0612CB
Black with #0612CB
Text Example
Text Example
White with #0612CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612CB; }
p { color: rgb(6,18,203); }
H1.HeaderClassName
{
color: #0612CB;
}
.AnyTagClassName
{
color: #0612CB;
}
</style>
background-color css
<style>
a { background-color: #0612CB; }
a { background-color: rgb(6,18,203); }
div.DivClassName
{
background-color: #0612CB;
}
.BgClassName
{
background-color: #0612CB;
}
</style>
border-color css
<style>
span { border-color: #0612CB; }
span { border-color: rgb(6,18,203); }
td.TdClassName
{
border-color: #0612CB;
}
.TagClassName
{
border-color: #0612CB;
}
</style>