Shades of Medium Blue #1A04CF
Tints of Medium Blue #1A04CF
RGB
CMYK
RGB Variations
Color information
#1A04CF (or 0x1A04CF) is known color: Medium Blue. HEX triplet: 1A, 04 and CF. RGB value is (26,4,207). Sum of RGB (Red+Green+Blue) = 26+4+207=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A04CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A04CF is #E5FB30. Grayscale: #202020. Windows color (decimal): -15072049 or 13567002. OLE color: 13567002.
HSL color Cylindrical-coordinate representation of color #1A04CF: hue angle of 246.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A04CF is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 4 | 207 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.19 |
| HSL | 246.5º | 0.96% | 0.41% | - |
| HSV(B) | 246.5º | 0.98% | 0.81% | - |
| XYZ | 11.73 | 4.81 | 59.34 | - |
| YUV | 33.72 | 225.79 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 207 | 0.87 | 0.98 | 0 | 0.19 | 246.5 | 0.96 | 0.41 |
| Hex | 1A | 4 | CF | 57 | 62 | 0 | 13 | F7 | 60 | 29 |
| Octal | 32 | 4 | 317 | 127 | 142 | 0 | 23 | 367 | 140 | 51 |
| Binary | 11010 | 100 | 11001111 | 1010111 | 1100010 | 0 | 10011 | 11110111 | 1100000 | 101001 |
Color Harmonies of #1A04CF
Complementary color
Monochromatic Colors of #1A04CF
Black with #1A04CF
Text Example
Text Example
White with #1A04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A04CF; }
p { color: rgb(26,4,207); }
H1.HeaderClassName
{
color: #1A04CF;
}
.AnyTagClassName
{
color: #1A04CF;
}
</style>
background-color css
<style>
a { background-color: #1A04CF; }
a { background-color: rgb(26,4,207); }
div.DivClassName
{
background-color: #1A04CF;
}
.BgClassName
{
background-color: #1A04CF;
}
</style>
border-color css
<style>
span { border-color: #1A04CF; }
span { border-color: rgb(26,4,207); }
td.TdClassName
{
border-color: #1A04CF;
}
.TagClassName
{
border-color: #1A04CF;
}
</style>