Shades of Medium Blue #0914C3
Tints of Medium Blue #0914C3
RGB
CMYK
RGB Variations
Color information
#0914C3 (or 0x0914C3) is known color: Medium Blue. HEX triplet: 09, 14 and C3. RGB value is (9,20,195). Sum of RGB (Red+Green+Blue) = 9+20+195=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 195 (76.56% from 255 or 87.05% from 224); Max value from RGB is 195 - color contains mainly: blue. Hex color #0914C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914C3 is #F6EB3C. Grayscale: #232323. Windows color (decimal): -16182077 or 12784649. OLE color: 12784649.
HSL color Cylindrical-coordinate representation of color #0914C3: hue angle of 236.45º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0914C3 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 20 | 195 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.24 |
| HSL | 236.45º | 0.91% | 0.4% | - |
| HSV(B) | 236.45º | 0.95% | 0.76% | - |
| XYZ | 10.21 | 4.5 | 51.96 | - |
| YUV | 36.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 195 | 0.95 | 0.90 | 0 | 0.24 | 236.45 | 0.91 | 0.4 |
| Hex | 9 | 14 | C3 | 5F | 5A | 0 | 18 | EC | 5B | 28 |
| Octal | 11 | 24 | 303 | 137 | 132 | 0 | 30 | 354 | 133 | 50 |
| Binary | 1001 | 10100 | 11000011 | 1011111 | 1011010 | 0 | 11000 | 11101100 | 1011011 | 101000 |
Color Harmonies of #0914C3
Complementary color
Monochromatic Colors of #0914C3
Black with #0914C3
Text Example
Text Example
White with #0914C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914C3; }
p { color: rgb(9,20,195); }
H1.HeaderClassName
{
color: #0914C3;
}
.AnyTagClassName
{
color: #0914C3;
}
</style>
background-color css
<style>
a { background-color: #0914C3; }
a { background-color: rgb(9,20,195); }
div.DivClassName
{
background-color: #0914C3;
}
.BgClassName
{
background-color: #0914C3;
}
</style>
border-color css
<style>
span { border-color: #0914C3; }
span { border-color: rgb(9,20,195); }
td.TdClassName
{
border-color: #0914C3;
}
.TagClassName
{
border-color: #0914C3;
}
</style>