Shades of Blue #0C0BFF
Tints of Blue #0C0BFF
RGB
CMYK
RGB Variations
Color information
#0C0BFF (or 0x0C0BFF) is known color: Blue. HEX triplet: 0C, 0B and FF. RGB value is (12,11,255). Sum of RGB (Red+Green+Blue) = 12+11+255=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C0BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0BFF is #F3F400. Grayscale: #262626. Windows color (decimal): -15987713 or 16714508. OLE color: 16714508.
HSL color Cylindrical-coordinate representation of color #0C0BFF: hue angle of 240.25º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0BFF is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 11 | 255 | - |
| CMYK | 0.95 | 0.96 | 0 | 0 |
| HSL | 240.25º | 1% | 0.52% | - |
| HSV(B) | 240.25º | 0.96% | 1% | - |
| XYZ | 18.32 | 7.54 | 95.1 | - |
| YUV | 39.12 | 249.83 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 255 | 0.95 | 0.96 | 0 | 0 | 240.25 | 1 | 0.52 |
| Hex | C | B | FF | 5F | 60 | 0 | 0 | F0 | 64 | 34 |
| Octal | 14 | 13 | 377 | 137 | 140 | 0 | 0 | 360 | 144 | 64 |
| Binary | 1100 | 1011 | 11111111 | 1011111 | 1100000 | 0 | 0 | 11110000 | 1100100 | 110100 |
Color Harmonies of #0C0BFF
Complementary color
Monochromatic Colors of #0C0BFF
Black with #0C0BFF
Text Example
Text Example
White with #0C0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0BFF; }
p { color: rgb(12,11,255); }
H1.HeaderClassName
{
color: #0C0BFF;
}
.AnyTagClassName
{
color: #0C0BFF;
}
</style>
background-color css
<style>
a { background-color: #0C0BFF; }
a { background-color: rgb(12,11,255); }
div.DivClassName
{
background-color: #0C0BFF;
}
.BgClassName
{
background-color: #0C0BFF;
}
</style>
border-color css
<style>
span { border-color: #0C0BFF; }
span { border-color: rgb(12,11,255); }
td.TdClassName
{
border-color: #0C0BFF;
}
.TagClassName
{
border-color: #0C0BFF;
}
</style>