Html Css Color HEX #011DAB International Klein Blue
📋 copy color: '#011DAB'red 1 ◦ green 29 ◦ blue 171
Shades of International Klein Blue #011DAB
Tints of International Klein Blue #011DAB
RGB
CMYK
RGB Variations
Color information
#011DAB (or 0x011DAB) is known color: International Klein Blue. HEX triplet: 01, 1D and AB. RGB value is (1,29,171). Sum of RGB (Red+Green+Blue) = 1+29+171=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #011DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DAB is #FEE254. Grayscale: #242424. Windows color (decimal): -16704085 or 11214081. OLE color: 11214081.
HSL color Cylindrical-coordinate representation of color #011DAB: hue angle of 230.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DAB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 29 | 171 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.33 |
| HSL | 230.12º | 0.99% | 0.34% | - |
| HSV(B) | 230.12º | 0.99% | 0.67% | - |
| XYZ | 7.8 | 3.83 | 38.86 | - |
| YUV | 36.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 171 | 0.99 | 0.83 | 0 | 0.33 | 230.12 | 0.99 | 0.34 |
| Hex | 1 | 1D | AB | 63 | 53 | 0 | 21 | E6 | 63 | 22 |
| Octal | 1 | 35 | 253 | 143 | 123 | 0 | 41 | 346 | 143 | 42 |
| Binary | 1 | 11101 | 10101011 | 1100011 | 1010011 | 0 | 100001 | 11100110 | 1100011 | 100010 |
Color Harmonies of #011DAB
Complementary color
Monochromatic Colors of #011DAB
Black with #011DAB
Text Example
Text Example
White with #011DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DAB; }
p { color: rgb(1,29,171); }
H1.HeaderClassName
{
color: #011DAB;
}
.AnyTagClassName
{
color: #011DAB;
}
</style>
background-color css
<style>
a { background-color: #011DAB; }
a { background-color: rgb(1,29,171); }
div.DivClassName
{
background-color: #011DAB;
}
.BgClassName
{
background-color: #011DAB;
}
</style>
border-color css
<style>
span { border-color: #011DAB; }
span { border-color: rgb(1,29,171); }
td.TdClassName
{
border-color: #011DAB;
}
.TagClassName
{
border-color: #011DAB;
}
</style>