Shades of Medium Blue #0018CB
Tints of Medium Blue #0018CB
RGB
CMYK
RGB Variations
Color information
#0018CB (or 0x0018CB) is known color: Medium Blue. HEX triplet: 00, 18 and CB. RGB value is (0,24,203). Sum of RGB (Red+Green+Blue) = 0+24+203=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #0018CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018CB is #FFE734. Grayscale: #242424. Windows color (decimal): -16770869 or 13309952. OLE color: 13309952.
HSL color Cylindrical-coordinate representation of color #0018CB: hue angle of 232.91º 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 #0018CB is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 24 | 203 | - |
| CMYK | 1 | 0.88 | 0 | 0.20 |
| HSL | 232.91º | 1% | 0.4% | - |
| HSV(B) | 232.91º | 1% | 0.8% | - |
| XYZ | 11.11 | 4.97 | 56.87 | - |
| YUV | 37.23 | 221.55 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 203 | 1 | 0.88 | 0 | 0.20 | 232.91 | 1 | 0.4 |
| Hex | 0 | 18 | CB | 64 | 58 | 0 | 14 | E9 | 64 | 28 |
| Octal | 0 | 30 | 313 | 144 | 130 | 0 | 24 | 351 | 144 | 50 |
| Binary | 0 | 11000 | 11001011 | 1100100 | 1011000 | 0 | 10100 | 11101001 | 1100100 | 101000 |
Color Harmonies of #0018CB
Complementary color
Monochromatic Colors of #0018CB
Black with #0018CB
Text Example
Text Example
White with #0018CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018CB; }
p { color: rgb(0,24,203); }
H1.HeaderClassName
{
color: #0018CB;
}
.AnyTagClassName
{
color: #0018CB;
}
</style>
background-color css
<style>
a { background-color: #0018CB; }
a { background-color: rgb(0,24,203); }
div.DivClassName
{
background-color: #0018CB;
}
.BgClassName
{
background-color: #0018CB;
}
</style>
border-color css
<style>
span { border-color: #0018CB; }
span { border-color: rgb(0,24,203); }
td.TdClassName
{
border-color: #0018CB;
}
.TagClassName
{
border-color: #0018CB;
}
</style>