Shades of Blue #0C18FE
Tints of Blue #0C18FE
RGB
CMYK
RGB Variations
Color information
#0C18FE (or 0x0C18FE) is known color: Blue. HEX triplet: 0C, 18 and FE. RGB value is (12,24,254). Sum of RGB (Red+Green+Blue) = 12+24+254=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 254 (99.61% from 255 or 87.59% from 290); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C18FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C18FE is #F3E701. Grayscale: #2D2D2D. Windows color (decimal): -15984386 or 16652300. OLE color: 16652300.
HSL color Cylindrical-coordinate representation of color #0C18FE: hue angle of 237.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C18FE is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 24 | 254 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.00 |
| HSL | 237.02º | 0.99% | 0.52% | - |
| HSV(B) | 237.02º | 0.95% | 1% | - |
| XYZ | 18.37 | 7.89 | 94.32 | - |
| YUV | 46.63 | 245.02 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 254 | 0.95 | 0.91 | 0 | 0.00 | 237.02 | 0.99 | 0.52 |
| Hex | C | 18 | FE | 5F | 5B | 0 | 0 | ED | 63 | 34 |
| Octal | 14 | 30 | 376 | 137 | 133 | 0 | 0 | 355 | 143 | 64 |
| Binary | 1100 | 11000 | 11111110 | 1011111 | 1011011 | 0 | 0 | 11101101 | 1100011 | 110100 |
Color Harmonies of #0C18FE
Complementary color
Monochromatic Colors of #0C18FE
Black with #0C18FE
Text Example
Text Example
White with #0C18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C18FE; }
p { color: rgb(12,24,254); }
H1.HeaderClassName
{
color: #0C18FE;
}
.AnyTagClassName
{
color: #0C18FE;
}
</style>
background-color css
<style>
a { background-color: #0C18FE; }
a { background-color: rgb(12,24,254); }
div.DivClassName
{
background-color: #0C18FE;
}
.BgClassName
{
background-color: #0C18FE;
}
</style>
border-color css
<style>
span { border-color: #0C18FE; }
span { border-color: rgb(12,24,254); }
td.TdClassName
{
border-color: #0C18FE;
}
.TagClassName
{
border-color: #0C18FE;
}
</style>