Html Css Color HEX #011DBF International Klein Blue
📋 copy color: '#011DBF'red 1 ◦ green 29 ◦ blue 191
Shades of International Klein Blue #011DBF
Tints of International Klein Blue #011DBF
RGB
CMYK
RGB Variations
Color information
#011DBF (or 0x011DBF) is known color: International Klein Blue. HEX triplet: 01, 1D and BF. RGB value is (1,29,191). Sum of RGB (Red+Green+Blue) = 1+29+191=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #011DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DBF is #FEE240. Grayscale: #262626. Windows color (decimal): -16704065 or 12524801. OLE color: 12524801.
HSL color Cylindrical-coordinate representation of color #011DBF: hue angle of 231.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011DBF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 29 | 191 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.25 |
| HSL | 231.16º | 0.99% | 0.38% | - |
| HSV(B) | 231.16º | 0.99% | 0.75% | - |
| XYZ | 9.86 | 4.65 | 49.67 | - |
| YUV | 39.1 | 213.72 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 191 | 0.99 | 0.85 | 0 | 0.25 | 231.16 | 0.99 | 0.38 |
| Hex | 1 | 1D | BF | 63 | 55 | 0 | 19 | E7 | 63 | 26 |
| Octal | 1 | 35 | 277 | 143 | 125 | 0 | 31 | 347 | 143 | 46 |
| Binary | 1 | 11101 | 10111111 | 1100011 | 1010101 | 0 | 11001 | 11100111 | 1100011 | 100110 |
Color Harmonies of #011DBF
Complementary color
Monochromatic Colors of #011DBF
Black with #011DBF
Text Example
Text Example
White with #011DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DBF; }
p { color: rgb(1,29,191); }
H1.HeaderClassName
{
color: #011DBF;
}
.AnyTagClassName
{
color: #011DBF;
}
</style>
background-color css
<style>
a { background-color: #011DBF; }
a { background-color: rgb(1,29,191); }
div.DivClassName
{
background-color: #011DBF;
}
.BgClassName
{
background-color: #011DBF;
}
</style>
border-color css
<style>
span { border-color: #011DBF; }
span { border-color: rgb(1,29,191); }
td.TdClassName
{
border-color: #011DBF;
}
.TagClassName
{
border-color: #011DBF;
}
</style>