Shades of Medium Blue #1D04C1
Tints of Medium Blue #1D04C1
RGB
CMYK
RGB Variations
Color information
#1D04C1 (or 0x1D04C1) is known color: Medium Blue. HEX triplet: 1D, 04 and C1. RGB value is (29,4,193). Sum of RGB (Red+Green+Blue) = 29+4+193=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 193 (75.78% from 255 or 85.40% from 226); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D04C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D04C1 is #E2FB3E. Grayscale: #202020. Windows color (decimal): -14875455 or 12649501. OLE color: 12649501.
HSL color Cylindrical-coordinate representation of color #1D04C1: hue angle of 247.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04C1 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 4 | 193 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.24 |
| HSL | 247.94º | 0.96% | 0.39% | - |
| HSV(B) | 247.94º | 0.98% | 0.76% | - |
| XYZ | 10.18 | 4.2 | 50.73 | - |
| YUV | 33.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 193 | 0.85 | 0.98 | 0 | 0.24 | 247.94 | 0.96 | 0.39 |
| Hex | 1D | 4 | C1 | 55 | 62 | 0 | 18 | F8 | 60 | 27 |
| Octal | 35 | 4 | 301 | 125 | 142 | 0 | 30 | 370 | 140 | 47 |
| Binary | 11101 | 100 | 11000001 | 1010101 | 1100010 | 0 | 11000 | 11111000 | 1100000 | 100111 |
Color Harmonies of #1D04C1
Complementary color
Monochromatic Colors of #1D04C1
Black with #1D04C1
Text Example
Text Example
White with #1D04C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04C1; }
p { color: rgb(29,4,193); }
H1.HeaderClassName
{
color: #1D04C1;
}
.AnyTagClassName
{
color: #1D04C1;
}
</style>
background-color css
<style>
a { background-color: #1D04C1; }
a { background-color: rgb(29,4,193); }
div.DivClassName
{
background-color: #1D04C1;
}
.BgClassName
{
background-color: #1D04C1;
}
</style>
border-color css
<style>
span { border-color: #1D04C1; }
span { border-color: rgb(29,4,193); }
td.TdClassName
{
border-color: #1D04C1;
}
.TagClassName
{
border-color: #1D04C1;
}
</style>