Shades of Medium Blue #1A00DF
Tints of Medium Blue #1A00DF
RGB
CMYK
RGB Variations
Color information
#1A00DF (or 0x1A00DF) is known color: Medium Blue. HEX triplet: 1A, 00 and DF. RGB value is (26,0,223). Sum of RGB (Red+Green+Blue) = 26+0+223=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00DF is #E5FF20. Grayscale: #202020. Windows color (decimal): -15073057 or 14614554. OLE color: 14614554.
HSL color Cylindrical-coordinate representation of color #1A00DF: hue angle of 247º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00DF is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 0 | 223 | - |
| CMYK | 0.88 | 1 | 0 | 0.13 |
| HSL | 247º | 1% | 0.44% | - |
| HSV(B) | 247º | 1% | 0.87% | - |
| XYZ | 13.75 | 5.55 | 70.16 | - |
| YUV | 33.2 | 235.11 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 223 | 0.88 | 1 | 0 | 0.13 | 247 | 1 | 0.44 |
| Hex | 1A | 0 | DF | 58 | 64 | 0 | D | F7 | 64 | 2C |
| Octal | 32 | 0 | 337 | 130 | 144 | 0 | 15 | 367 | 144 | 54 |
| Binary | 11010 | 0 | 11011111 | 1011000 | 1100100 | 0 | 1101 | 11110111 | 1100100 | 101100 |
Color Harmonies of #1A00DF
Complementary color
Monochromatic Colors of #1A00DF
Black with #1A00DF
Text Example
Text Example
White with #1A00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A00DF; }
p { color: rgb(26,0,223); }
H1.HeaderClassName
{
color: #1A00DF;
}
.AnyTagClassName
{
color: #1A00DF;
}
</style>
background-color css
<style>
a { background-color: #1A00DF; }
a { background-color: rgb(26,0,223); }
div.DivClassName
{
background-color: #1A00DF;
}
.BgClassName
{
background-color: #1A00DF;
}
</style>
border-color css
<style>
span { border-color: #1A00DF; }
span { border-color: rgb(26,0,223); }
td.TdClassName
{
border-color: #1A00DF;
}
.TagClassName
{
border-color: #1A00DF;
}
</style>