Shades of Blue #0C19EE
Tints of Blue #0C19EE
RGB
CMYK
RGB Variations
Color information
#0C19EE (or 0x0C19EE) is known color: Blue. HEX triplet: 0C, 19 and EE. RGB value is (12,25,238). Sum of RGB (Red+Green+Blue) = 12+25+238=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #0C19EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C19EE is #F3E611. Grayscale: #2C2C2C. Windows color (decimal): -15984146 or 15603980. OLE color: 15603980.
HSL color Cylindrical-coordinate representation of color #0C19EE: hue angle of 236.55º 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 #0C19EE is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 25 | 238 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.07 |
| HSL | 236.55º | 0.9% | 0.49% | - |
| HSV(B) | 236.55º | 0.95% | 0.93% | - |
| XYZ | 15.93 | 6.95 | 81.39 | - |
| YUV | 45.4 | 236.69 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 238 | 0.95 | 0.89 | 0 | 0.07 | 236.55 | 0.9 | 0.49 |
| Hex | C | 19 | EE | 5F | 59 | 0 | 7 | ED | 5A | 31 |
| Octal | 14 | 31 | 356 | 137 | 131 | 0 | 7 | 355 | 132 | 61 |
| Binary | 1100 | 11001 | 11101110 | 1011111 | 1011001 | 0 | 111 | 11101101 | 1011010 | 110001 |
Color Harmonies of #0C19EE
Complementary color
Monochromatic Colors of #0C19EE
Black with #0C19EE
Text Example
Text Example
White with #0C19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C19EE; }
p { color: rgb(12,25,238); }
H1.HeaderClassName
{
color: #0C19EE;
}
.AnyTagClassName
{
color: #0C19EE;
}
</style>
background-color css
<style>
a { background-color: #0C19EE; }
a { background-color: rgb(12,25,238); }
div.DivClassName
{
background-color: #0C19EE;
}
.BgClassName
{
background-color: #0C19EE;
}
</style>
border-color css
<style>
span { border-color: #0C19EE; }
span { border-color: rgb(12,25,238); }
td.TdClassName
{
border-color: #0C19EE;
}
.TagClassName
{
border-color: #0C19EE;
}
</style>