Shades of Medium Blue #1018CB
Tints of Medium Blue #1018CB
RGB
CMYK
RGB Variations
Color information
#1018CB (or 0x1018CB) is known color: Medium Blue. HEX triplet: 10, 18 and CB. RGB value is (16,24,203). Sum of RGB (Red+Green+Blue) = 16+24+203=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 203 (79.69% from 255 or 83.54% from 243); Max value from RGB is 203 - color contains mainly: blue. Hex color #1018CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018CB is #EFE734. Grayscale: #292929. Windows color (decimal): -15722293 or 13309968. OLE color: 13309968.
HSL color Cylindrical-coordinate representation of color #1018CB: hue angle of 237.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1018CB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 24 | 203 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.20 |
| HSL | 237.43º | 0.85% | 0.43% | - |
| HSV(B) | 237.43º | 0.92% | 0.8% | - |
| XYZ | 11.32 | 5.08 | 56.88 | - |
| YUV | 42.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 203 | 0.92 | 0.88 | 0 | 0.20 | 237.43 | 0.85 | 0.43 |
| Hex | 10 | 18 | CB | 5C | 58 | 0 | 14 | ED | 55 | 2B |
| Octal | 20 | 30 | 313 | 134 | 130 | 0 | 24 | 355 | 125 | 53 |
| Binary | 10000 | 11000 | 11001011 | 1011100 | 1011000 | 0 | 10100 | 11101101 | 1010101 | 101011 |
Color Harmonies of #1018CB
Complementary color
Monochromatic Colors of #1018CB
Black with #1018CB
Text Example
Text Example
White with #1018CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018CB; }
p { color: rgb(16,24,203); }
H1.HeaderClassName
{
color: #1018CB;
}
.AnyTagClassName
{
color: #1018CB;
}
</style>
background-color css
<style>
a { background-color: #1018CB; }
a { background-color: rgb(16,24,203); }
div.DivClassName
{
background-color: #1018CB;
}
.BgClassName
{
background-color: #1018CB;
}
</style>
border-color css
<style>
span { border-color: #1018CB; }
span { border-color: rgb(16,24,203); }
td.TdClassName
{
border-color: #1018CB;
}
.TagClassName
{
border-color: #1018CB;
}
</style>