Html Css Color HEX #011DA9 International Klein Blue
📋 copy color: '#011DA9'red 1 ◦ green 29 ◦ blue 169
Shades of International Klein Blue #011DA9
Tints of International Klein Blue #011DA9
RGB
CMYK
RGB Variations
Color information
#011DA9 (or 0x011DA9) is known color: International Klein Blue. HEX triplet: 01, 1D and A9. RGB value is (1,29,169). Sum of RGB (Red+Green+Blue) = 1+29+169=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 169 (66.41% from 255 or 84.92% from 199); Max value from RGB is 169 - color contains mainly: blue. Hex color #011DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DA9 is #FEE256. Grayscale: #242424. Windows color (decimal): -16704087 or 11083009. OLE color: 11083009.
HSL color Cylindrical-coordinate representation of color #011DA9: hue angle of 230º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DA9 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 29 | 169 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.34 |
| HSL | 230º | 0.99% | 0.33% | - |
| HSV(B) | 230º | 0.99% | 0.66% | - |
| XYZ | 7.61 | 3.75 | 37.86 | - |
| YUV | 36.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 169 | 0.99 | 0.83 | 0 | 0.34 | 230 | 0.99 | 0.33 |
| Hex | 1 | 1D | A9 | 63 | 53 | 0 | 22 | E6 | 63 | 21 |
| Octal | 1 | 35 | 251 | 143 | 123 | 0 | 42 | 346 | 143 | 41 |
| Binary | 1 | 11101 | 10101001 | 1100011 | 1010011 | 0 | 100010 | 11100110 | 1100011 | 100001 |
Color Harmonies of #011DA9
Complementary color
Monochromatic Colors of #011DA9
Black with #011DA9
Text Example
Text Example
White with #011DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DA9; }
p { color: rgb(1,29,169); }
H1.HeaderClassName
{
color: #011DA9;
}
.AnyTagClassName
{
color: #011DA9;
}
</style>
background-color css
<style>
a { background-color: #011DA9; }
a { background-color: rgb(1,29,169); }
div.DivClassName
{
background-color: #011DA9;
}
.BgClassName
{
background-color: #011DA9;
}
</style>
border-color css
<style>
span { border-color: #011DA9; }
span { border-color: rgb(1,29,169); }
td.TdClassName
{
border-color: #011DA9;
}
.TagClassName
{
border-color: #011DA9;
}
</style>