Html Css Color HEX #011DAD International Klein Blue
📋 copy color: '#011DAD'red 1 ◦ green 29 ◦ blue 173
Shades of International Klein Blue #011DAD
Tints of International Klein Blue #011DAD
RGB
CMYK
RGB Variations
Color information
#011DAD (or 0x011DAD) is known color: International Klein Blue. HEX triplet: 01, 1D and AD. RGB value is (1,29,173). Sum of RGB (Red+Green+Blue) = 1+29+173=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #011DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DAD is #FEE252. Grayscale: #242424. Windows color (decimal): -16704083 or 11345153. OLE color: 11345153.
HSL color Cylindrical-coordinate representation of color #011DAD: hue angle of 230.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DAD is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 29 | 173 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.32 |
| HSL | 230.23º | 0.99% | 0.34% | - |
| HSV(B) | 230.23º | 0.99% | 0.68% | - |
| XYZ | 7.99 | 3.9 | 39.87 | - |
| YUV | 37.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 173 | 0.99 | 0.83 | 0 | 0.32 | 230.23 | 0.99 | 0.34 |
| Hex | 1 | 1D | AD | 63 | 53 | 0 | 20 | E6 | 63 | 22 |
| Octal | 1 | 35 | 255 | 143 | 123 | 0 | 40 | 346 | 143 | 42 |
| Binary | 1 | 11101 | 10101101 | 1100011 | 1010011 | 0 | 100000 | 11100110 | 1100011 | 100010 |
Color Harmonies of #011DAD
Complementary color
Monochromatic Colors of #011DAD
Black with #011DAD
Text Example
Text Example
White with #011DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DAD; }
p { color: rgb(1,29,173); }
H1.HeaderClassName
{
color: #011DAD;
}
.AnyTagClassName
{
color: #011DAD;
}
</style>
background-color css
<style>
a { background-color: #011DAD; }
a { background-color: rgb(1,29,173); }
div.DivClassName
{
background-color: #011DAD;
}
.BgClassName
{
background-color: #011DAD;
}
</style>
border-color css
<style>
span { border-color: #011DAD; }
span { border-color: rgb(1,29,173); }
td.TdClassName
{
border-color: #011DAD;
}
.TagClassName
{
border-color: #011DAD;
}
</style>