Shades of Medium Blue #0914CC
Tints of Medium Blue #0914CC
RGB
CMYK
RGB Variations
Color information
#0914CC (or 0x0914CC) is known color: Medium Blue. HEX triplet: 09, 14 and CC. RGB value is (9,20,204). Sum of RGB (Red+Green+Blue) = 9+20+204=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #0914CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914CC is #F6EB33. Grayscale: #242424. Windows color (decimal): -16182068 or 13374473. OLE color: 13374473.
HSL color Cylindrical-coordinate representation of color #0914CC: hue angle of 236.62º 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 #0914CC is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 20 | 204 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.2 |
| HSL | 236.62º | 0.92% | 0.42% | - |
| HSV(B) | 236.62º | 0.96% | 0.8% | - |
| XYZ | 11.26 | 4.92 | 57.48 | - |
| YUV | 37.69 | 221.86 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 204 | 0.96 | 0.90 | 0 | 0.2 | 236.62 | 0.92 | 0.42 |
| Hex | 9 | 14 | CC | 60 | 5A | 0 | 14 | ED | 5C | 2A |
| Octal | 11 | 24 | 314 | 140 | 132 | 0 | 24 | 355 | 134 | 52 |
| Binary | 1001 | 10100 | 11001100 | 1100000 | 1011010 | 0 | 10100 | 11101101 | 1011100 | 101010 |
Color Harmonies of #0914CC
Complementary color
Monochromatic Colors of #0914CC
Black with #0914CC
Text Example
Text Example
White with #0914CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914CC; }
p { color: rgb(9,20,204); }
H1.HeaderClassName
{
color: #0914CC;
}
.AnyTagClassName
{
color: #0914CC;
}
</style>
background-color css
<style>
a { background-color: #0914CC; }
a { background-color: rgb(9,20,204); }
div.DivClassName
{
background-color: #0914CC;
}
.BgClassName
{
background-color: #0914CC;
}
</style>
border-color css
<style>
span { border-color: #0914CC; }
span { border-color: rgb(9,20,204); }
td.TdClassName
{
border-color: #0914CC;
}
.TagClassName
{
border-color: #0914CC;
}
</style>