Shades of Medium Blue #1004BF
Tints of Medium Blue #1004BF
RGB
CMYK
RGB Variations
Color information
#1004BF (or 0x1004BF) is known color: Medium Blue. HEX triplet: 10, 04 and BF. RGB value is (16,4,191). Sum of RGB (Red+Green+Blue) = 16+4+191=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #1004BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004BF is #EFFB40. Grayscale: #1C1C1C. Windows color (decimal): -15727425 or 12518416. OLE color: 12518416.
HSL color Cylindrical-coordinate representation of color #1004BF: hue angle of 243.85º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1004BF is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 4 | 191 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.25 |
| HSL | 243.85º | 0.96% | 0.38% | - |
| HSV(B) | 243.85º | 0.98% | 0.75% | - |
| XYZ | 9.66 | 3.96 | 49.55 | - |
| YUV | 28.91 | 219.48 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 191 | 0.92 | 0.98 | 0 | 0.25 | 243.85 | 0.96 | 0.38 |
| Hex | 10 | 4 | BF | 5C | 62 | 0 | 19 | F4 | 60 | 26 |
| Octal | 20 | 4 | 277 | 134 | 142 | 0 | 31 | 364 | 140 | 46 |
| Binary | 10000 | 100 | 10111111 | 1011100 | 1100010 | 0 | 11001 | 11110100 | 1100000 | 100110 |
Color Harmonies of #1004BF
Complementary color
Monochromatic Colors of #1004BF
Black with #1004BF
Text Example
Text Example
White with #1004BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1004BF; }
p { color: rgb(16,4,191); }
H1.HeaderClassName
{
color: #1004BF;
}
.AnyTagClassName
{
color: #1004BF;
}
</style>
background-color css
<style>
a { background-color: #1004BF; }
a { background-color: rgb(16,4,191); }
div.DivClassName
{
background-color: #1004BF;
}
.BgClassName
{
background-color: #1004BF;
}
</style>
border-color css
<style>
span { border-color: #1004BF; }
span { border-color: rgb(16,4,191); }
td.TdClassName
{
border-color: #1004BF;
}
.TagClassName
{
border-color: #1004BF;
}
</style>