Shades of Blue #0C17EA
Tints of Blue #0C17EA
RGB
CMYK
RGB Variations
Color information
#0C17EA (or 0x0C17EA) is known color: Blue. HEX triplet: 0C, 17 and EA. RGB value is (12,23,234). Sum of RGB (Red+Green+Blue) = 12+23+234=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C17EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C17EA is #F3E815. Grayscale: #2A2A2A. Windows color (decimal): -15984662 or 15341324. OLE color: 15341324.
HSL color Cylindrical-coordinate representation of color #0C17EA: hue angle of 237.03º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C17EA is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 23 | 234 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.08 |
| HSL | 237.03º | 0.9% | 0.48% | - |
| HSV(B) | 237.03º | 0.95% | 0.92% | - |
| XYZ | 15.31 | 6.63 | 78.32 | - |
| YUV | 43.77 | 235.36 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 234 | 0.95 | 0.90 | 0 | 0.08 | 237.03 | 0.9 | 0.48 |
| Hex | C | 17 | EA | 5F | 5A | 0 | 8 | ED | 5A | 30 |
| Octal | 14 | 27 | 352 | 137 | 132 | 0 | 10 | 355 | 132 | 60 |
| Binary | 1100 | 10111 | 11101010 | 1011111 | 1011010 | 0 | 1000 | 11101101 | 1011010 | 110000 |
Color Harmonies of #0C17EA
Complementary color
Monochromatic Colors of #0C17EA
Black with #0C17EA
Text Example
Text Example
White with #0C17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C17EA; }
p { color: rgb(12,23,234); }
H1.HeaderClassName
{
color: #0C17EA;
}
.AnyTagClassName
{
color: #0C17EA;
}
</style>
background-color css
<style>
a { background-color: #0C17EA; }
a { background-color: rgb(12,23,234); }
div.DivClassName
{
background-color: #0C17EA;
}
.BgClassName
{
background-color: #0C17EA;
}
</style>
border-color css
<style>
span { border-color: #0C17EA; }
span { border-color: rgb(12,23,234); }
td.TdClassName
{
border-color: #0C17EA;
}
.TagClassName
{
border-color: #0C17EA;
}
</style>