Shades of Blue #0C1CED
Tints of Blue #0C1CED
RGB
CMYK
RGB Variations
Color information
#0C1CED (or 0x0C1CED) is known color: Blue. HEX triplet: 0C, 1C and ED. RGB value is (12,28,237). Sum of RGB (Red+Green+Blue) = 12+28+237=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #0C1CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1CED is #F3E312. Grayscale: #2E2E2E. Windows color (decimal): -15983379 or 15539212. OLE color: 15539212.
HSL color Cylindrical-coordinate representation of color #0C1CED: hue angle of 235.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1CED is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 28 | 237 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.07 |
| HSL | 235.73º | 0.9% | 0.49% | - |
| HSV(B) | 235.73º | 0.95% | 0.93% | - |
| XYZ | 15.85 | 7.02 | 80.64 | - |
| YUV | 47.04 | 235.2 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 237 | 0.95 | 0.88 | 0 | 0.07 | 235.73 | 0.9 | 0.49 |
| Hex | C | 1C | ED | 5F | 58 | 0 | 7 | EC | 5A | 31 |
| Octal | 14 | 34 | 355 | 137 | 130 | 0 | 7 | 354 | 132 | 61 |
| Binary | 1100 | 11100 | 11101101 | 1011111 | 1011000 | 0 | 111 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0C1CED
Complementary color
Monochromatic Colors of #0C1CED
Black with #0C1CED
Text Example
Text Example
White with #0C1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CED; }
p { color: rgb(12,28,237); }
H1.HeaderClassName
{
color: #0C1CED;
}
.AnyTagClassName
{
color: #0C1CED;
}
</style>
background-color css
<style>
a { background-color: #0C1CED; }
a { background-color: rgb(12,28,237); }
div.DivClassName
{
background-color: #0C1CED;
}
.BgClassName
{
background-color: #0C1CED;
}
</style>
border-color css
<style>
span { border-color: #0C1CED; }
span { border-color: rgb(12,28,237); }
td.TdClassName
{
border-color: #0C1CED;
}
.TagClassName
{
border-color: #0C1CED;
}
</style>