Shades of Medium Blue #0104CB
Tints of Medium Blue #0104CB
RGB
CMYK
RGB Variations
Color information
#0104CB (or 0x0104CB) is known color: Medium Blue. HEX triplet: 01, 04 and CB. RGB value is (1,4,203). Sum of RGB (Red+Green+Blue) = 1+4+203=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 203 (79.69% from 255 or 97.60% from 208); Max value from RGB is 203 - color contains mainly: blue. Hex color #0104CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0104CB is #FEFB34. Grayscale: #181818. Windows color (decimal): -16710453 or 13304833. OLE color: 13304833.
HSL color Cylindrical-coordinate representation of color #0104CB: hue angle of 239.11º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0104CB is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 4 | 203 | - |
| CMYK | 1.00 | 0.98 | 0 | 0.20 |
| HSL | 239.11º | 0.99% | 0.4% | - |
| HSV(B) | 239.11º | 1% | 0.8% | - |
| XYZ | 10.84 | 4.41 | 56.78 | - |
| YUV | 25.79 | 228.01 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 203 | 1.00 | 0.98 | 0 | 0.20 | 239.11 | 0.99 | 0.4 |
| Hex | 1 | 4 | CB | 64 | 62 | 0 | 14 | EF | 63 | 28 |
| Octal | 1 | 4 | 313 | 144 | 142 | 0 | 24 | 357 | 143 | 50 |
| Binary | 1 | 100 | 11001011 | 1100100 | 1100010 | 0 | 10100 | 11101111 | 1100011 | 101000 |
Color Harmonies of #0104CB
Complementary color
Monochromatic Colors of #0104CB
Black with #0104CB
Text Example
Text Example
White with #0104CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0104CB; }
p { color: rgb(1,4,203); }
H1.HeaderClassName
{
color: #0104CB;
}
.AnyTagClassName
{
color: #0104CB;
}
</style>
background-color css
<style>
a { background-color: #0104CB; }
a { background-color: rgb(1,4,203); }
div.DivClassName
{
background-color: #0104CB;
}
.BgClassName
{
background-color: #0104CB;
}
</style>
border-color css
<style>
span { border-color: #0104CB; }
span { border-color: rgb(1,4,203); }
td.TdClassName
{
border-color: #0104CB;
}
.TagClassName
{
border-color: #0104CB;
}
</style>