Shades of Medium Blue #1004CC
Tints of Medium Blue #1004CC
RGB
CMYK
RGB Variations
Color information
#1004CC (or 0x1004CC) is known color: Medium Blue. HEX triplet: 10, 04 and CC. RGB value is (16,4,204). Sum of RGB (Red+Green+Blue) = 16+4+204=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #1004CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004CC is #EFFB33. Grayscale: #1D1D1D. Windows color (decimal): -15727412 or 13370384. OLE color: 13370384.
HSL color Cylindrical-coordinate representation of color #1004CC: hue angle of 243.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1004CC is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 4 | 204 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.2 |
| HSL | 243.6º | 0.96% | 0.41% | - |
| HSV(B) | 243.6º | 0.98% | 0.8% | - |
| XYZ | 11.16 | 4.56 | 57.42 | - |
| YUV | 30.39 | 225.98 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 204 | 0.92 | 0.98 | 0 | 0.2 | 243.6 | 0.96 | 0.41 |
| Hex | 10 | 4 | CC | 5C | 62 | 0 | 14 | F4 | 60 | 29 |
| Octal | 20 | 4 | 314 | 134 | 142 | 0 | 24 | 364 | 140 | 51 |
| Binary | 10000 | 100 | 11001100 | 1011100 | 1100010 | 0 | 10100 | 11110100 | 1100000 | 101001 |
Color Harmonies of #1004CC
Complementary color
Monochromatic Colors of #1004CC
Black with #1004CC
Text Example
Text Example
White with #1004CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1004CC; }
p { color: rgb(16,4,204); }
H1.HeaderClassName
{
color: #1004CC;
}
.AnyTagClassName
{
color: #1004CC;
}
</style>
background-color css
<style>
a { background-color: #1004CC; }
a { background-color: rgb(16,4,204); }
div.DivClassName
{
background-color: #1004CC;
}
.BgClassName
{
background-color: #1004CC;
}
</style>
border-color css
<style>
span { border-color: #1004CC; }
span { border-color: rgb(16,4,204); }
td.TdClassName
{
border-color: #1004CC;
}
.TagClassName
{
border-color: #1004CC;
}
</style>