Shades of Medium Blue #0914CB
Tints of Medium Blue #0914CB
RGB
CMYK
RGB Variations
Color information
#0914CB (or 0x0914CB) is known color: Medium Blue. HEX triplet: 09, 14 and CB. RGB value is (9,20,203). Sum of RGB (Red+Green+Blue) = 9+20+203=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #0914CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914CB is #F6EB34. Grayscale: #242424. Windows color (decimal): -16182069 or 13308937. OLE color: 13308937.
HSL color Cylindrical-coordinate representation of color #0914CB: hue angle of 236.6º 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 #0914CB is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 20 | 203 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.20 |
| HSL | 236.6º | 0.92% | 0.42% | - |
| HSV(B) | 236.6º | 0.96% | 0.8% | - |
| XYZ | 11.14 | 4.87 | 56.85 | - |
| YUV | 37.57 | 221.36 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 203 | 0.96 | 0.90 | 0 | 0.20 | 236.6 | 0.92 | 0.42 |
| Hex | 9 | 14 | CB | 60 | 5A | 0 | 14 | ED | 5C | 2A |
| Octal | 11 | 24 | 313 | 140 | 132 | 0 | 24 | 355 | 134 | 52 |
| Binary | 1001 | 10100 | 11001011 | 1100000 | 1011010 | 0 | 10100 | 11101101 | 1011100 | 101010 |
Color Harmonies of #0914CB
Complementary color
Monochromatic Colors of #0914CB
Black with #0914CB
Text Example
Text Example
White with #0914CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914CB; }
p { color: rgb(9,20,203); }
H1.HeaderClassName
{
color: #0914CB;
}
.AnyTagClassName
{
color: #0914CB;
}
</style>
background-color css
<style>
a { background-color: #0914CB; }
a { background-color: rgb(9,20,203); }
div.DivClassName
{
background-color: #0914CB;
}
.BgClassName
{
background-color: #0914CB;
}
</style>
border-color css
<style>
span { border-color: #0914CB; }
span { border-color: rgb(9,20,203); }
td.TdClassName
{
border-color: #0914CB;
}
.TagClassName
{
border-color: #0914CB;
}
</style>