Shades of Blue #0C16EF
Tints of Blue #0C16EF
RGB
CMYK
RGB Variations
Color information
#0C16EF (or 0x0C16EF) is known color: Blue. HEX triplet: 0C, 16 and EF. RGB value is (12,22,239). Sum of RGB (Red+Green+Blue) = 12+22+239=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C16EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C16EF is #F3E910. Grayscale: #2A2A2A. Windows color (decimal): -15984913 or 15668748. OLE color: 15668748.
HSL color Cylindrical-coordinate representation of color #0C16EF: hue angle of 237.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C16EF is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 22 | 239 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.06 |
| HSL | 237.36º | 0.9% | 0.49% | - |
| HSV(B) | 237.36º | 0.95% | 0.94% | - |
| XYZ | 16.02 | 6.88 | 82.15 | - |
| YUV | 43.75 | 238.19 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 239 | 0.95 | 0.91 | 0 | 0.06 | 237.36 | 0.9 | 0.49 |
| Hex | C | 16 | EF | 5F | 5B | 0 | 6 | ED | 5A | 31 |
| Octal | 14 | 26 | 357 | 137 | 133 | 0 | 6 | 355 | 132 | 61 |
| Binary | 1100 | 10110 | 11101111 | 1011111 | 1011011 | 0 | 110 | 11101101 | 1011010 | 110001 |
Color Harmonies of #0C16EF
Complementary color
Monochromatic Colors of #0C16EF
Black with #0C16EF
Text Example
Text Example
White with #0C16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C16EF; }
p { color: rgb(12,22,239); }
H1.HeaderClassName
{
color: #0C16EF;
}
.AnyTagClassName
{
color: #0C16EF;
}
</style>
background-color css
<style>
a { background-color: #0C16EF; }
a { background-color: rgb(12,22,239); }
div.DivClassName
{
background-color: #0C16EF;
}
.BgClassName
{
background-color: #0C16EF;
}
</style>
border-color css
<style>
span { border-color: #0C16EF; }
span { border-color: rgb(12,22,239); }
td.TdClassName
{
border-color: #0C16EF;
}
.TagClassName
{
border-color: #0C16EF;
}
</style>