Shades of Medium Blue #0918CB
Tints of Medium Blue #0918CB
RGB
CMYK
RGB Variations
Color information
#0918CB (or 0x0918CB) is known color: Medium Blue. HEX triplet: 09, 18 and CB. RGB value is (9,24,203). Sum of RGB (Red+Green+Blue) = 9+24+203=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #0918CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918CB is #F6E734. Grayscale: #272727. Windows color (decimal): -16181045 or 13309961. OLE color: 13309961.
HSL color Cylindrical-coordinate representation of color #0918CB: hue angle of 235.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918CB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 24 | 203 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.20 |
| HSL | 235.36º | 0.92% | 0.42% | - |
| HSV(B) | 235.36º | 0.96% | 0.8% | - |
| XYZ | 11.22 | 5.02 | 56.88 | - |
| YUV | 39.92 | 220.03 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 203 | 0.96 | 0.88 | 0 | 0.20 | 235.36 | 0.92 | 0.42 |
| Hex | 9 | 18 | CB | 60 | 58 | 0 | 14 | EB | 5C | 2A |
| Octal | 11 | 30 | 313 | 140 | 130 | 0 | 24 | 353 | 134 | 52 |
| Binary | 1001 | 11000 | 11001011 | 1100000 | 1011000 | 0 | 10100 | 11101011 | 1011100 | 101010 |
Color Harmonies of #0918CB
Complementary color
Monochromatic Colors of #0918CB
Black with #0918CB
Text Example
Text Example
White with #0918CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0918CB; }
p { color: rgb(9,24,203); }
H1.HeaderClassName
{
color: #0918CB;
}
.AnyTagClassName
{
color: #0918CB;
}
</style>
background-color css
<style>
a { background-color: #0918CB; }
a { background-color: rgb(9,24,203); }
div.DivClassName
{
background-color: #0918CB;
}
.BgClassName
{
background-color: #0918CB;
}
</style>
border-color css
<style>
span { border-color: #0918CB; }
span { border-color: rgb(9,24,203); }
td.TdClassName
{
border-color: #0918CB;
}
.TagClassName
{
border-color: #0918CB;
}
</style>