Html Css Color HEX #011DA0 International Klein Blue
📋 copy color: '#011DA0'red 1 ◦ green 29 ◦ blue 160
Shades of International Klein Blue #011DA0
Tints of International Klein Blue #011DA0
RGB
CMYK
RGB Variations
Color information
#011DA0 (or 0x011DA0) is known color: International Klein Blue. HEX triplet: 01, 1D and A0. RGB value is (1,29,160). Sum of RGB (Red+Green+Blue) = 1+29+160=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 160 (62.89% from 255 or 84.21% from 190); Max value from RGB is 160 - color contains mainly: blue. Hex color #011DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DA0 is #FEE25F. Grayscale: #232323. Windows color (decimal): -16704096 or 10493185. OLE color: 10493185.
HSL color Cylindrical-coordinate representation of color #011DA0: hue angle of 229.43º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DA0 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 29 | 160 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.37 |
| HSL | 229.43º | 0.99% | 0.32% | - |
| HSV(B) | 229.43º | 0.99% | 0.63% | - |
| XYZ | 6.8 | 3.42 | 33.56 | - |
| YUV | 35.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 160 | 0.99 | 0.82 | 0 | 0.37 | 229.43 | 0.99 | 0.32 |
| Hex | 1 | 1D | A0 | 63 | 52 | 0 | 25 | E5 | 63 | 20 |
| Octal | 1 | 35 | 240 | 143 | 122 | 0 | 45 | 345 | 143 | 40 |
| Binary | 1 | 11101 | 10100000 | 1100011 | 1010010 | 0 | 100101 | 11100101 | 1100011 | 100000 |
Color Harmonies of #011DA0
Complementary color
Monochromatic Colors of #011DA0
Black with #011DA0
Text Example
Text Example
White with #011DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DA0; }
p { color: rgb(1,29,160); }
H1.HeaderClassName
{
color: #011DA0;
}
.AnyTagClassName
{
color: #011DA0;
}
</style>
background-color css
<style>
a { background-color: #011DA0; }
a { background-color: rgb(1,29,160); }
div.DivClassName
{
background-color: #011DA0;
}
.BgClassName
{
background-color: #011DA0;
}
</style>
border-color css
<style>
span { border-color: #011DA0; }
span { border-color: rgb(1,29,160); }
td.TdClassName
{
border-color: #011DA0;
}
.TagClassName
{
border-color: #011DA0;
}
</style>