Shades of Medium Blue #001CC8
Tints of Medium Blue #001CC8
RGB
CMYK
RGB Variations
Color information
#001CC8 (or 0x001CC8) is known color: Medium Blue. HEX triplet: 00, 1C and C8. RGB value is (0,28,200). Sum of RGB (Red+Green+Blue) = 0+28+200=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 200 (78.52% from 255 or 87.72% from 228); Max value from RGB is 200 - color contains mainly: blue. Hex color #001CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CC8 is #FFE337. Grayscale: #262626. Windows color (decimal): -16769848 or 13114368. OLE color: 13114368.
HSL color Cylindrical-coordinate representation of color #001CC8: hue angle of 231.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CC8 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 28 | 200 | - |
| CMYK | 1 | 0.86 | 0 | 0.22 |
| HSL | 231.6º | 1% | 0.39% | - |
| HSV(B) | 231.6º | 1% | 0.78% | - |
| XYZ | 10.84 | 5 | 55.04 | - |
| YUV | 39.24 | 218.72 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 200 | 1 | 0.86 | 0 | 0.22 | 231.6 | 1 | 0.39 |
| Hex | 0 | 1C | C8 | 64 | 56 | 0 | 16 | E8 | 64 | 27 |
| Octal | 0 | 34 | 310 | 144 | 126 | 0 | 26 | 350 | 144 | 47 |
| Binary | 0 | 11100 | 11001000 | 1100100 | 1010110 | 0 | 10110 | 11101000 | 1100100 | 100111 |
Color Harmonies of #001CC8
Complementary color
Monochromatic Colors of #001CC8
Black with #001CC8
Text Example
Text Example
White with #001CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CC8; }
p { color: rgb(0,28,200); }
H1.HeaderClassName
{
color: #001CC8;
}
.AnyTagClassName
{
color: #001CC8;
}
</style>
background-color css
<style>
a { background-color: #001CC8; }
a { background-color: rgb(0,28,200); }
div.DivClassName
{
background-color: #001CC8;
}
.BgClassName
{
background-color: #001CC8;
}
</style>
border-color css
<style>
span { border-color: #001CC8; }
span { border-color: rgb(0,28,200); }
td.TdClassName
{
border-color: #001CC8;
}
.TagClassName
{
border-color: #001CC8;
}
</style>