Shades of Blue #0C23EB
Tints of Blue #0C23EB
RGB
CMYK
RGB Variations
Color information
#0C23EB (or 0x0C23EB) is known color: Blue. HEX triplet: 0C, 23 and EB. RGB value is (12,35,235). Sum of RGB (Red+Green+Blue) = 12+35+235=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 235 (92.19% from 255 or 83.33% from 282); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C23EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C23EB is #F3DC14. Grayscale: #323232. Windows color (decimal): -15981589 or 15409932. OLE color: 15409932.
HSL color Cylindrical-coordinate representation of color #0C23EB: hue angle of 233.81º 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 #0C23EB is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 35 | 235 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.08 |
| HSL | 233.81º | 0.9% | 0.48% | - |
| HSV(B) | 233.81º | 0.95% | 0.92% | - |
| XYZ | 15.75 | 7.28 | 79.17 | - |
| YUV | 50.92 | 231.88 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 235 | 0.95 | 0.85 | 0 | 0.08 | 233.81 | 0.9 | 0.48 |
| Hex | C | 23 | EB | 5F | 55 | 0 | 8 | EA | 5A | 30 |
| Octal | 14 | 43 | 353 | 137 | 125 | 0 | 10 | 352 | 132 | 60 |
| Binary | 1100 | 100011 | 11101011 | 1011111 | 1010101 | 0 | 1000 | 11101010 | 1011010 | 110000 |
Color Harmonies of #0C23EB
Complementary color
Monochromatic Colors of #0C23EB
Black with #0C23EB
Text Example
Text Example
White with #0C23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C23EB; }
p { color: rgb(12,35,235); }
H1.HeaderClassName
{
color: #0C23EB;
}
.AnyTagClassName
{
color: #0C23EB;
}
</style>
background-color css
<style>
a { background-color: #0C23EB; }
a { background-color: rgb(12,35,235); }
div.DivClassName
{
background-color: #0C23EB;
}
.BgClassName
{
background-color: #0C23EB;
}
</style>
border-color css
<style>
span { border-color: #0C23EB; }
span { border-color: rgb(12,35,235); }
td.TdClassName
{
border-color: #0C23EB;
}
.TagClassName
{
border-color: #0C23EB;
}
</style>