Html Css Color HEX #001DBF International Klein Blue
📋 copy color: '#001DBF'red 0 ◦ green 29 ◦ blue 191
Shades of International Klein Blue #001DBF
Tints of International Klein Blue #001DBF
RGB
CMYK
RGB Variations
Color information
#001DBF (or 0x001DBF) is known color: International Klein Blue. HEX triplet: 00, 1D and BF. RGB value is (0,29,191). Sum of RGB (Red+Green+Blue) = 0+29+191=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #001DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DBF is #FFE240. Grayscale: #262626. Windows color (decimal): -16769601 or 12524800. OLE color: 12524800.
HSL color Cylindrical-coordinate representation of color #001DBF: hue angle of 230.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DBF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 29 | 191 | - |
| CMYK | 1 | 0.85 | 0 | 0.25 |
| HSL | 230.89º | 1% | 0.37% | - |
| HSV(B) | 230.89º | 1% | 0.75% | - |
| XYZ | 9.84 | 4.64 | 49.67 | - |
| YUV | 38.8 | 213.89 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 191 | 1 | 0.85 | 0 | 0.25 | 230.89 | 1 | 0.37 |
| Hex | 0 | 1D | BF | 64 | 55 | 0 | 19 | E7 | 64 | 25 |
| Octal | 0 | 35 | 277 | 144 | 125 | 0 | 31 | 347 | 144 | 45 |
| Binary | 0 | 11101 | 10111111 | 1100100 | 1010101 | 0 | 11001 | 11100111 | 1100100 | 100101 |
Color Harmonies of #001DBF
Complementary color
Monochromatic Colors of #001DBF
Black with #001DBF
Text Example
Text Example
White with #001DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DBF; }
p { color: rgb(0,29,191); }
H1.HeaderClassName
{
color: #001DBF;
}
.AnyTagClassName
{
color: #001DBF;
}
</style>
background-color css
<style>
a { background-color: #001DBF; }
a { background-color: rgb(0,29,191); }
div.DivClassName
{
background-color: #001DBF;
}
.BgClassName
{
background-color: #001DBF;
}
</style>
border-color css
<style>
span { border-color: #001DBF; }
span { border-color: rgb(0,29,191); }
td.TdClassName
{
border-color: #001DBF;
}
.TagClassName
{
border-color: #001DBF;
}
</style>