Shades of Blue #0C17FF
Tints of Blue #0C17FF
RGB
CMYK
RGB Variations
Color information
#0C17FF (or 0x0C17FF) is known color: Blue. HEX triplet: 0C, 17 and FF. RGB value is (12,23,255). Sum of RGB (Red+Green+Blue) = 12+23+255=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C17FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C17FF is #F3E800. Grayscale: #2D2D2D. Windows color (decimal): -15984641 or 16717580. OLE color: 16717580.
HSL color Cylindrical-coordinate representation of color #0C17FF: hue angle of 237.28º 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 #0C17FF is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 23 | 255 | - |
| CMYK | 0.95 | 0.91 | 0 | 0 |
| HSL | 237.28º | 1% | 0.52% | - |
| HSV(B) | 237.28º | 0.95% | 1% | - |
| XYZ | 18.51 | 7.91 | 95.16 | - |
| YUV | 46.16 | 245.86 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 255 | 0.95 | 0.91 | 0 | 0 | 237.28 | 1 | 0.52 |
| Hex | C | 17 | FF | 5F | 5B | 0 | 0 | ED | 64 | 34 |
| Octal | 14 | 27 | 377 | 137 | 133 | 0 | 0 | 355 | 144 | 64 |
| Binary | 1100 | 10111 | 11111111 | 1011111 | 1011011 | 0 | 0 | 11101101 | 1100100 | 110100 |
Color Harmonies of #0C17FF
Complementary color
Monochromatic Colors of #0C17FF
Black with #0C17FF
Text Example
Text Example
White with #0C17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C17FF; }
p { color: rgb(12,23,255); }
H1.HeaderClassName
{
color: #0C17FF;
}
.AnyTagClassName
{
color: #0C17FF;
}
</style>
background-color css
<style>
a { background-color: #0C17FF; }
a { background-color: rgb(12,23,255); }
div.DivClassName
{
background-color: #0C17FF;
}
.BgClassName
{
background-color: #0C17FF;
}
</style>
border-color css
<style>
span { border-color: #0C17FF; }
span { border-color: rgb(12,23,255); }
td.TdClassName
{
border-color: #0C17FF;
}
.TagClassName
{
border-color: #0C17FF;
}
</style>