Shades of Blue #0C19FF
Tints of Blue #0C19FF
RGB
CMYK
RGB Variations
Color information
#0C19FF (or 0x0C19FF) is known color: Blue. HEX triplet: 0C, 19 and FF. RGB value is (12,25,255). Sum of RGB (Red+Green+Blue) = 12+25+255=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C19FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C19FF is #F3E600. Grayscale: #2E2E2E. Windows color (decimal): -15984129 or 16718092. OLE color: 16718092.
HSL color Cylindrical-coordinate representation of color #0C19FF: hue angle of 236.79º 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 #0C19FF is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 25 | 255 | - |
| CMYK | 0.95 | 0.90 | 0 | 0 |
| HSL | 236.79º | 1% | 0.52% | - |
| HSV(B) | 236.79º | 0.95% | 1% | - |
| XYZ | 18.55 | 7.99 | 95.17 | - |
| YUV | 47.33 | 245.19 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 255 | 0.95 | 0.90 | 0 | 0 | 236.79 | 1 | 0.52 |
| Hex | C | 19 | FF | 5F | 5A | 0 | 0 | ED | 64 | 34 |
| Octal | 14 | 31 | 377 | 137 | 132 | 0 | 0 | 355 | 144 | 64 |
| Binary | 1100 | 11001 | 11111111 | 1011111 | 1011010 | 0 | 0 | 11101101 | 1100100 | 110100 |
Color Harmonies of #0C19FF
Complementary color
Monochromatic Colors of #0C19FF
Black with #0C19FF
Text Example
Text Example
White with #0C19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C19FF; }
p { color: rgb(12,25,255); }
H1.HeaderClassName
{
color: #0C19FF;
}
.AnyTagClassName
{
color: #0C19FF;
}
</style>
background-color css
<style>
a { background-color: #0C19FF; }
a { background-color: rgb(12,25,255); }
div.DivClassName
{
background-color: #0C19FF;
}
.BgClassName
{
background-color: #0C19FF;
}
</style>
border-color css
<style>
span { border-color: #0C19FF; }
span { border-color: rgb(12,25,255); }
td.TdClassName
{
border-color: #0C19FF;
}
.TagClassName
{
border-color: #0C19FF;
}
</style>