Shades of Medium Blue #1002CF
Tints of Medium Blue #1002CF
RGB
CMYK
RGB Variations
Color information
#1002CF (or 0x1002CF) is known color: Medium Blue. HEX triplet: 10, 02 and CF. RGB value is (16,2,207). Sum of RGB (Red+Green+Blue) = 16+2+207=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #1002CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002CF is #EFFD30. Grayscale: #1C1C1C. Windows color (decimal): -15727921 or 13566480. OLE color: 13566480.
HSL color Cylindrical-coordinate representation of color #1002CF: hue angle of 244.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002CF is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 2 | 207 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.19 |
| HSL | 244.1º | 0.98% | 0.41% | - |
| HSV(B) | 244.1º | 0.99% | 0.81% | - |
| XYZ | 11.5 | 4.66 | 59.32 | - |
| YUV | 29.56 | 228.14 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 207 | 0.92 | 0.99 | 0 | 0.19 | 244.1 | 0.98 | 0.41 |
| Hex | 10 | 2 | CF | 5C | 63 | 0 | 13 | F4 | 62 | 29 |
| Octal | 20 | 2 | 317 | 134 | 143 | 0 | 23 | 364 | 142 | 51 |
| Binary | 10000 | 10 | 11001111 | 1011100 | 1100011 | 0 | 10011 | 11110100 | 1100010 | 101001 |
Color Harmonies of #1002CF
Complementary color
Monochromatic Colors of #1002CF
Black with #1002CF
Text Example
Text Example
White with #1002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002CF; }
p { color: rgb(16,2,207); }
H1.HeaderClassName
{
color: #1002CF;
}
.AnyTagClassName
{
color: #1002CF;
}
</style>
background-color css
<style>
a { background-color: #1002CF; }
a { background-color: rgb(16,2,207); }
div.DivClassName
{
background-color: #1002CF;
}
.BgClassName
{
background-color: #1002CF;
}
</style>
border-color css
<style>
span { border-color: #1002CF; }
span { border-color: rgb(16,2,207); }
td.TdClassName
{
border-color: #1002CF;
}
.TagClassName
{
border-color: #1002CF;
}
</style>