Shades of Blue #000CE9
Tints of Blue #000CE9
RGB
CMYK
RGB Variations
Color information
#000CE9 (or 0x000CE9) is known color: Blue. HEX triplet: 00, 0C and E9. RGB value is (0,12,233). Sum of RGB (Red+Green+Blue) = 0+12+233=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 233 (91.41% from 255 or 95.10% from 245); Max value from RGB is 233 - color contains mainly: blue. Hex color #000CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CE9 is #FFF316. Grayscale: #202020. Windows color (decimal): -16773911 or 15272960. OLE color: 15272960.
HSL color Cylindrical-coordinate representation of color #000CE9: hue angle of 236.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CE9 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 12 | 233 | - |
| CMYK | 1 | 0.95 | 0 | 0.09 |
| HSL | 236.91º | 1% | 0.46% | - |
| HSV(B) | 236.91º | 1% | 0.91% | - |
| XYZ | 14.84 | 6.15 | 77.49 | - |
| YUV | 33.61 | 240.52 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 233 | 1 | 0.95 | 0 | 0.09 | 236.91 | 1 | 0.46 |
| Hex | 0 | C | E9 | 64 | 5F | 0 | 9 | ED | 64 | 2E |
| Octal | 0 | 14 | 351 | 144 | 137 | 0 | 11 | 355 | 144 | 56 |
| Binary | 0 | 1100 | 11101001 | 1100100 | 1011111 | 0 | 1001 | 11101101 | 1100100 | 101110 |
Color Harmonies of #000CE9
Complementary color
Monochromatic Colors of #000CE9
Black with #000CE9
Text Example
Text Example
White with #000CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CE9; }
p { color: rgb(0,12,233); }
H1.HeaderClassName
{
color: #000CE9;
}
.AnyTagClassName
{
color: #000CE9;
}
</style>
background-color css
<style>
a { background-color: #000CE9; }
a { background-color: rgb(0,12,233); }
div.DivClassName
{
background-color: #000CE9;
}
.BgClassName
{
background-color: #000CE9;
}
</style>
border-color css
<style>
span { border-color: #000CE9; }
span { border-color: rgb(0,12,233); }
td.TdClassName
{
border-color: #000CE9;
}
.TagClassName
{
border-color: #000CE9;
}
</style>