Shades of Blue #0C11FB
Tints of Blue #0C11FB
RGB
CMYK
RGB Variations
Color information
#0C11FB (or 0x0C11FB) is known color: Blue. HEX triplet: 0C, 11 and FB. RGB value is (12,17,251). Sum of RGB (Red+Green+Blue) = 12+17+251=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C11FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C11FB is #F3EE04. Grayscale: #292929. Windows color (decimal): -15986181 or 16453900. OLE color: 16453900.
HSL color Cylindrical-coordinate representation of color #0C11FB: hue angle of 238.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C11FB is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 17 | 251 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.02 |
| HSL | 238.74º | 0.97% | 0.52% | - |
| HSV(B) | 238.74º | 0.95% | 0.98% | - |
| XYZ | 17.76 | 7.44 | 91.77 | - |
| YUV | 42.18 | 245.84 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 251 | 0.95 | 0.93 | 0 | 0.02 | 238.74 | 0.97 | 0.52 |
| Hex | C | 11 | FB | 5F | 5D | 0 | 2 | EF | 61 | 34 |
| Octal | 14 | 21 | 373 | 137 | 135 | 0 | 2 | 357 | 141 | 64 |
| Binary | 1100 | 10001 | 11111011 | 1011111 | 1011101 | 0 | 10 | 11101111 | 1100001 | 110100 |
Color Harmonies of #0C11FB
Complementary color
Monochromatic Colors of #0C11FB
Black with #0C11FB
Text Example
Text Example
White with #0C11FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C11FB; }
p { color: rgb(12,17,251); }
H1.HeaderClassName
{
color: #0C11FB;
}
.AnyTagClassName
{
color: #0C11FB;
}
</style>
background-color css
<style>
a { background-color: #0C11FB; }
a { background-color: rgb(12,17,251); }
div.DivClassName
{
background-color: #0C11FB;
}
.BgClassName
{
background-color: #0C11FB;
}
</style>
border-color css
<style>
span { border-color: #0C11FB; }
span { border-color: rgb(12,17,251); }
td.TdClassName
{
border-color: #0C11FB;
}
.TagClassName
{
border-color: #0C11FB;
}
</style>