Shades of Medium Blue #0123CD
Tints of Medium Blue #0123CD
RGB
CMYK
RGB Variations
Color information
#0123CD (or 0x0123CD) is known color: Medium Blue. HEX triplet: 01, 23 and CD. RGB value is (1,35,205). Sum of RGB (Red+Green+Blue) = 1+35+205=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #0123CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0123CD is #FEDC32. Grayscale: #2B2B2B. Windows color (decimal): -16702515 or 13443841. OLE color: 13443841.
HSL color Cylindrical-coordinate representation of color #0123CD: hue angle of 230º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0123CD is Cyan = 1.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 35 | 205 | - |
| CMYK | 1.00 | 0.83 | 0 | 0.20 |
| HSL | 230º | 0.99% | 0.4% | - |
| HSV(B) | 230º | 1% | 0.8% | - |
| XYZ | 11.63 | 5.62 | 58.23 | - |
| YUV | 44.21 | 218.74 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 205 | 1.00 | 0.83 | 0 | 0.20 | 230 | 0.99 | 0.4 |
| Hex | 1 | 23 | CD | 64 | 53 | 0 | 14 | E6 | 63 | 28 |
| Octal | 1 | 43 | 315 | 144 | 123 | 0 | 24 | 346 | 143 | 50 |
| Binary | 1 | 100011 | 11001101 | 1100100 | 1010011 | 0 | 10100 | 11100110 | 1100011 | 101000 |
Color Harmonies of #0123CD
Complementary color
Monochromatic Colors of #0123CD
Black with #0123CD
Text Example
Text Example
White with #0123CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0123CD; }
p { color: rgb(1,35,205); }
H1.HeaderClassName
{
color: #0123CD;
}
.AnyTagClassName
{
color: #0123CD;
}
</style>
background-color css
<style>
a { background-color: #0123CD; }
a { background-color: rgb(1,35,205); }
div.DivClassName
{
background-color: #0123CD;
}
.BgClassName
{
background-color: #0123CD;
}
</style>
border-color css
<style>
span { border-color: #0123CD; }
span { border-color: rgb(1,35,205); }
td.TdClassName
{
border-color: #0123CD;
}
.TagClassName
{
border-color: #0123CD;
}
</style>