Shades of Blue #1003F1
Tints of Blue #1003F1
RGB
CMYK
RGB Variations
Color information
#1003F1 (or 0x1003F1) is known color: Blue. HEX triplet: 10, 03 and F1. RGB value is (16,3,241). Sum of RGB (Red+Green+Blue) = 16+3+241=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 241 (94.53% from 255 or 92.69% from 260); Max value from RGB is 241 - color contains mainly: blue. Hex color #1003F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1003F1 is #EFFC0E. Grayscale: #212121. Windows color (decimal): -15727631 or 15794960. OLE color: 15794960.
HSL color Cylindrical-coordinate representation of color #1003F1: hue angle of 243.28º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003F1 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 3 | 241 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.05 |
| HSL | 243.28º | 0.98% | 0.48% | - |
| HSV(B) | 243.28º | 0.99% | 0.95% | - |
| XYZ | 16.12 | 6.53 | 83.63 | - |
| YUV | 34.02 | 244.81 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 241 | 0.93 | 0.99 | 0 | 0.05 | 243.28 | 0.98 | 0.48 |
| Hex | 10 | 3 | F1 | 5D | 63 | 0 | 5 | F3 | 62 | 30 |
| Octal | 20 | 3 | 361 | 135 | 143 | 0 | 5 | 363 | 142 | 60 |
| Binary | 10000 | 11 | 11110001 | 1011101 | 1100011 | 0 | 101 | 11110011 | 1100010 | 110000 |
Color Harmonies of #1003F1
Complementary color
Monochromatic Colors of #1003F1
Black with #1003F1
Text Example
Text Example
White with #1003F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003F1; }
p { color: rgb(16,3,241); }
H1.HeaderClassName
{
color: #1003F1;
}
.AnyTagClassName
{
color: #1003F1;
}
</style>
background-color css
<style>
a { background-color: #1003F1; }
a { background-color: rgb(16,3,241); }
div.DivClassName
{
background-color: #1003F1;
}
.BgClassName
{
background-color: #1003F1;
}
</style>
border-color css
<style>
span { border-color: #1003F1; }
span { border-color: rgb(16,3,241); }
td.TdClassName
{
border-color: #1003F1;
}
.TagClassName
{
border-color: #1003F1;
}
</style>