Shades of Medium Blue #001CC9
Tints of Medium Blue #001CC9
RGB
CMYK
RGB Variations
Color information
#001CC9 (or 0x001CC9) is known color: Medium Blue. HEX triplet: 00, 1C and C9. RGB value is (0,28,201). Sum of RGB (Red+Green+Blue) = 0+28+201=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 201 (78.91% from 255 or 87.77% from 229); Max value from RGB is 201 - color contains mainly: blue. Hex color #001CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CC9 is #FFE336. Grayscale: #262626. Windows color (decimal): -16769847 or 13179904. OLE color: 13179904.
HSL color Cylindrical-coordinate representation of color #001CC9: hue angle of 231.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CC9 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 28 | 201 | - |
| CMYK | 1 | 0.86 | 0 | 0.21 |
| HSL | 231.64º | 1% | 0.39% | - |
| HSV(B) | 231.64º | 1% | 0.79% | - |
| XYZ | 10.96 | 5.05 | 55.66 | - |
| YUV | 39.35 | 219.22 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 201 | 1 | 0.86 | 0 | 0.21 | 231.64 | 1 | 0.39 |
| Hex | 0 | 1C | C9 | 64 | 56 | 0 | 15 | E8 | 64 | 27 |
| Octal | 0 | 34 | 311 | 144 | 126 | 0 | 25 | 350 | 144 | 47 |
| Binary | 0 | 11100 | 11001001 | 1100100 | 1010110 | 0 | 10101 | 11101000 | 1100100 | 100111 |
Color Harmonies of #001CC9
Complementary color
Monochromatic Colors of #001CC9
Black with #001CC9
Text Example
Text Example
White with #001CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CC9; }
p { color: rgb(0,28,201); }
H1.HeaderClassName
{
color: #001CC9;
}
.AnyTagClassName
{
color: #001CC9;
}
</style>
background-color css
<style>
a { background-color: #001CC9; }
a { background-color: rgb(0,28,201); }
div.DivClassName
{
background-color: #001CC9;
}
.BgClassName
{
background-color: #001CC9;
}
</style>
border-color css
<style>
span { border-color: #001CC9; }
span { border-color: rgb(0,28,201); }
td.TdClassName
{
border-color: #001CC9;
}
.TagClassName
{
border-color: #001CC9;
}
</style>