Shades of Blue #0C1CFF
Tints of Blue #0C1CFF
RGB
CMYK
RGB Variations
Color information
#0C1CFF (or 0x0C1CFF) is known color: Blue. HEX triplet: 0C, 1C and FF. RGB value is (12,28,255). Sum of RGB (Red+Green+Blue) = 12+28+255=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C1CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1CFF is #F3E300. Grayscale: #303030. Windows color (decimal): -15983361 or 16718860. OLE color: 16718860.
HSL color Cylindrical-coordinate representation of color #0C1CFF: hue angle of 236.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1CFF is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 28 | 255 | - |
| CMYK | 0.95 | 0.89 | 0 | 0 |
| HSL | 236.05º | 1% | 0.52% | - |
| HSV(B) | 236.05º | 0.95% | 1% | - |
| XYZ | 18.62 | 8.13 | 95.2 | - |
| YUV | 49.09 | 244.2 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 255 | 0.95 | 0.89 | 0 | 0 | 236.05 | 1 | 0.52 |
| Hex | C | 1C | FF | 5F | 59 | 0 | 0 | EC | 64 | 34 |
| Octal | 14 | 34 | 377 | 137 | 131 | 0 | 0 | 354 | 144 | 64 |
| Binary | 1100 | 11100 | 11111111 | 1011111 | 1011001 | 0 | 0 | 11101100 | 1100100 | 110100 |
Color Harmonies of #0C1CFF
Complementary color
Monochromatic Colors of #0C1CFF
Black with #0C1CFF
Text Example
Text Example
White with #0C1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CFF; }
p { color: rgb(12,28,255); }
H1.HeaderClassName
{
color: #0C1CFF;
}
.AnyTagClassName
{
color: #0C1CFF;
}
</style>
background-color css
<style>
a { background-color: #0C1CFF; }
a { background-color: rgb(12,28,255); }
div.DivClassName
{
background-color: #0C1CFF;
}
.BgClassName
{
background-color: #0C1CFF;
}
</style>
border-color css
<style>
span { border-color: #0C1CFF; }
span { border-color: rgb(12,28,255); }
td.TdClassName
{
border-color: #0C1CFF;
}
.TagClassName
{
border-color: #0C1CFF;
}
</style>