Html Css Color HEX #011D9F International Klein Blue
📋 copy color: '#011D9F'red 1 ◦ green 29 ◦ blue 159
Shades of International Klein Blue #011D9F
Tints of International Klein Blue #011D9F
RGB
CMYK
RGB Variations
Color information
#011D9F (or 0x011D9F) is known color: International Klein Blue. HEX triplet: 01, 1D and 9F. RGB value is (1,29,159). Sum of RGB (Red+Green+Blue) = 1+29+159=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #011D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D9F is #FEE260. Grayscale: #222222. Windows color (decimal): -16704097 or 10427649. OLE color: 10427649.
HSL color Cylindrical-coordinate representation of color #011D9F: hue angle of 229.37º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D9F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 29 | 159 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.38 |
| HSL | 229.37º | 0.99% | 0.31% | - |
| HSV(B) | 229.37º | 0.99% | 0.62% | - |
| XYZ | 6.71 | 3.39 | 33.1 | - |
| YUV | 35.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 159 | 0.99 | 0.82 | 0 | 0.38 | 229.37 | 0.99 | 0.31 |
| Hex | 1 | 1D | 9F | 63 | 52 | 0 | 26 | E5 | 63 | 1F |
| Octal | 1 | 35 | 237 | 143 | 122 | 0 | 46 | 345 | 143 | 37 |
| Binary | 1 | 11101 | 10011111 | 1100011 | 1010010 | 0 | 100110 | 11100101 | 1100011 | 11111 |
Color Harmonies of #011D9F
Complementary color
Monochromatic Colors of #011D9F
Black with #011D9F
Text Example
Text Example
White with #011D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D9F; }
p { color: rgb(1,29,159); }
H1.HeaderClassName
{
color: #011D9F;
}
.AnyTagClassName
{
color: #011D9F;
}
</style>
background-color css
<style>
a { background-color: #011D9F; }
a { background-color: rgb(1,29,159); }
div.DivClassName
{
background-color: #011D9F;
}
.BgClassName
{
background-color: #011D9F;
}
</style>
border-color css
<style>
span { border-color: #011D9F; }
span { border-color: rgb(1,29,159); }
td.TdClassName
{
border-color: #011D9F;
}
.TagClassName
{
border-color: #011D9F;
}
</style>