Html Css Color HEX #001DB7 International Klein Blue
📋 copy color: '#001DB7'red 0 ◦ green 29 ◦ blue 183
Shades of International Klein Blue #001DB7
Tints of International Klein Blue #001DB7
RGB
CMYK
RGB Variations
Color information
#001DB7 (or 0x001DB7) is known color: International Klein Blue. HEX triplet: 00, 1D and B7. RGB value is (0,29,183). Sum of RGB (Red+Green+Blue) = 0+29+183=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 183 (71.88% from 255 or 86.32% from 212); Max value from RGB is 183 - color contains mainly: blue. Hex color #001DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB7 is #FFE248. Grayscale: #252525. Windows color (decimal): -16769609 or 12000512. OLE color: 12000512.
HSL color Cylindrical-coordinate representation of color #001DB7: hue angle of 230.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DB7 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 29 | 183 | - |
| CMYK | 1 | 0.84 | 0 | 0.28 |
| HSL | 230.49º | 1% | 0.36% | - |
| HSV(B) | 230.49º | 1% | 0.72% | - |
| XYZ | 8.99 | 4.3 | 45.16 | - |
| YUV | 37.89 | 209.89 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 183 | 1 | 0.84 | 0 | 0.28 | 230.49 | 1 | 0.36 |
| Hex | 0 | 1D | B7 | 64 | 54 | 0 | 1C | E6 | 64 | 24 |
| Octal | 0 | 35 | 267 | 144 | 124 | 0 | 34 | 346 | 144 | 44 |
| Binary | 0 | 11101 | 10110111 | 1100100 | 1010100 | 0 | 11100 | 11100110 | 1100100 | 100100 |
Color Harmonies of #001DB7
Complementary color
Monochromatic Colors of #001DB7
Black with #001DB7
Text Example
Text Example
White with #001DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DB7; }
p { color: rgb(0,29,183); }
H1.HeaderClassName
{
color: #001DB7;
}
.AnyTagClassName
{
color: #001DB7;
}
</style>
background-color css
<style>
a { background-color: #001DB7; }
a { background-color: rgb(0,29,183); }
div.DivClassName
{
background-color: #001DB7;
}
.BgClassName
{
background-color: #001DB7;
}
</style>
border-color css
<style>
span { border-color: #001DB7; }
span { border-color: rgb(0,29,183); }
td.TdClassName
{
border-color: #001DB7;
}
.TagClassName
{
border-color: #001DB7;
}
</style>