Shades of Medium Blue #0612DB
Tints of Medium Blue #0612DB
RGB
CMYK
RGB Variations
Color information
#0612DB (or 0x0612DB) is known color: Medium Blue. HEX triplet: 06, 12 and DB. RGB value is (6,18,219). Sum of RGB (Red+Green+Blue) = 6+18+219=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #0612DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612DB is #F9ED24. Grayscale: #242424. Windows color (decimal): -16379173 or 14356998. OLE color: 14356998.
HSL color Cylindrical-coordinate representation of color #0612DB: hue angle of 236.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0612DB is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 18 | 219 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.14 |
| HSL | 236.62º | 0.95% | 0.44% | - |
| HSV(B) | 236.62º | 0.97% | 0.86% | - |
| XYZ | 13.08 | 5.59 | 67.41 | - |
| YUV | 37.33 | 230.52 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 219 | 0.97 | 0.92 | 0 | 0.14 | 236.62 | 0.95 | 0.44 |
| Hex | 6 | 12 | DB | 61 | 5C | 0 | E | ED | 5F | 2C |
| Octal | 6 | 22 | 333 | 141 | 134 | 0 | 16 | 355 | 137 | 54 |
| Binary | 110 | 10010 | 11011011 | 1100001 | 1011100 | 0 | 1110 | 11101101 | 1011111 | 101100 |
Color Harmonies of #0612DB
Complementary color
Monochromatic Colors of #0612DB
Black with #0612DB
Text Example
Text Example
White with #0612DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612DB; }
p { color: rgb(6,18,219); }
H1.HeaderClassName
{
color: #0612DB;
}
.AnyTagClassName
{
color: #0612DB;
}
</style>
background-color css
<style>
a { background-color: #0612DB; }
a { background-color: rgb(6,18,219); }
div.DivClassName
{
background-color: #0612DB;
}
.BgClassName
{
background-color: #0612DB;
}
</style>
border-color css
<style>
span { border-color: #0612DB; }
span { border-color: rgb(6,18,219); }
td.TdClassName
{
border-color: #0612DB;
}
.TagClassName
{
border-color: #0612DB;
}
</style>