Shades of Medium Blue #0900CC
Tints of Medium Blue #0900CC
RGB
CMYK
RGB Variations
Color information
#0900CC (or 0x0900CC) is known color: Medium Blue. HEX triplet: 09, 00 and CC. RGB value is (9,0,204). Sum of RGB (Red+Green+Blue) = 9+0+204=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 204 (80.08% from 255 or 95.77% from 213); Max value from RGB is 204 - color contains mainly: blue. Hex color #0900CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900CC is #F6FF33. Grayscale: #191919. Windows color (decimal): -16187188 or 13369353. OLE color: 13369353.
HSL color Cylindrical-coordinate representation of color #0900CC: hue angle of 242.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900CC is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 0 | 204 | - |
| CMYK | 0.96 | 1 | 0 | 0.2 |
| HSL | 242.65º | 1% | 0.4% | - |
| HSV(B) | 242.65º | 1% | 0.8% | - |
| XYZ | 11.01 | 4.42 | 57.4 | - |
| YUV | 25.95 | 228.48 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 204 | 0.96 | 1 | 0 | 0.2 | 242.65 | 1 | 0.4 |
| Hex | 9 | 0 | CC | 60 | 64 | 0 | 14 | F3 | 64 | 28 |
| Octal | 11 | 0 | 314 | 140 | 144 | 0 | 24 | 363 | 144 | 50 |
| Binary | 1001 | 0 | 11001100 | 1100000 | 1100100 | 0 | 10100 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0900CC
Complementary color
Monochromatic Colors of #0900CC
Black with #0900CC
Text Example
Text Example
White with #0900CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900CC; }
p { color: rgb(9,0,204); }
H1.HeaderClassName
{
color: #0900CC;
}
.AnyTagClassName
{
color: #0900CC;
}
</style>
background-color css
<style>
a { background-color: #0900CC; }
a { background-color: rgb(9,0,204); }
div.DivClassName
{
background-color: #0900CC;
}
.BgClassName
{
background-color: #0900CC;
}
</style>
border-color css
<style>
span { border-color: #0900CC; }
span { border-color: rgb(9,0,204); }
td.TdClassName
{
border-color: #0900CC;
}
.TagClassName
{
border-color: #0900CC;
}
</style>