Shades of Medium Blue #0015CB
Tints of Medium Blue #0015CB
RGB
CMYK
RGB Variations
Color information
#0015CB (or 0x0015CB) is known color: Medium Blue. HEX triplet: 00, 15 and CB. RGB value is (0,21,203). Sum of RGB (Red+Green+Blue) = 0+21+203=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 203 (79.69% from 255 or 90.62% from 224); Max value from RGB is 203 - color contains mainly: blue. Hex color #0015CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015CB is #FFEA34. Grayscale: #222222. Windows color (decimal): -16771637 or 13309184. OLE color: 13309184.
HSL color Cylindrical-coordinate representation of color #0015CB: hue angle of 233.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0015CB is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 21 | 203 | - |
| CMYK | 1 | 0.90 | 0 | 0.20 |
| HSL | 233.79º | 1% | 0.4% | - |
| HSV(B) | 233.79º | 1% | 0.8% | - |
| XYZ | 11.05 | 4.85 | 56.85 | - |
| YUV | 35.47 | 222.54 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 203 | 1 | 0.90 | 0 | 0.20 | 233.79 | 1 | 0.4 |
| Hex | 0 | 15 | CB | 64 | 5A | 0 | 14 | EA | 64 | 28 |
| Octal | 0 | 25 | 313 | 144 | 132 | 0 | 24 | 352 | 144 | 50 |
| Binary | 0 | 10101 | 11001011 | 1100100 | 1011010 | 0 | 10100 | 11101010 | 1100100 | 101000 |
Color Harmonies of #0015CB
Complementary color
Monochromatic Colors of #0015CB
Black with #0015CB
Text Example
Text Example
White with #0015CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0015CB; }
p { color: rgb(0,21,203); }
H1.HeaderClassName
{
color: #0015CB;
}
.AnyTagClassName
{
color: #0015CB;
}
</style>
background-color css
<style>
a { background-color: #0015CB; }
a { background-color: rgb(0,21,203); }
div.DivClassName
{
background-color: #0015CB;
}
.BgClassName
{
background-color: #0015CB;
}
</style>
border-color css
<style>
span { border-color: #0015CB; }
span { border-color: rgb(0,21,203); }
td.TdClassName
{
border-color: #0015CB;
}
.TagClassName
{
border-color: #0015CB;
}
</style>