Html Css Color HEX #001DAB International Klein Blue
📋 copy color: '#001DAB'red 0 ◦ green 29 ◦ blue 171
Shades of International Klein Blue #001DAB
Tints of International Klein Blue #001DAB
RGB
CMYK
RGB Variations
Color information
#001DAB (or 0x001DAB) is known color: International Klein Blue. HEX triplet: 00, 1D and AB. RGB value is (0,29,171). Sum of RGB (Red+Green+Blue) = 0+29+171=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #001DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001DAB is #FFE254. Grayscale: #232323. Windows color (decimal): -16769621 or 11214080. OLE color: 11214080.
HSL color Cylindrical-coordinate representation of color #001DAB: hue angle of 229.82º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DAB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 29 | 171 | - |
| CMYK | 1 | 0.83 | 0 | 0.33 |
| HSL | 229.82º | 1% | 0.34% | - |
| HSV(B) | 229.82º | 1% | 0.67% | - |
| XYZ | 7.79 | 3.82 | 38.85 | - |
| YUV | 36.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 171 | 1 | 0.83 | 0 | 0.33 | 229.82 | 1 | 0.34 |
| Hex | 0 | 1D | AB | 64 | 53 | 0 | 21 | E6 | 64 | 22 |
| Octal | 0 | 35 | 253 | 144 | 123 | 0 | 41 | 346 | 144 | 42 |
| Binary | 0 | 11101 | 10101011 | 1100100 | 1010011 | 0 | 100001 | 11100110 | 1100100 | 100010 |
Color Harmonies of #001DAB
Complementary color
Monochromatic Colors of #001DAB
Black with #001DAB
Text Example
Text Example
White with #001DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DAB; }
p { color: rgb(0,29,171); }
H1.HeaderClassName
{
color: #001DAB;
}
.AnyTagClassName
{
color: #001DAB;
}
</style>
background-color css
<style>
a { background-color: #001DAB; }
a { background-color: rgb(0,29,171); }
div.DivClassName
{
background-color: #001DAB;
}
.BgClassName
{
background-color: #001DAB;
}
</style>
border-color css
<style>
span { border-color: #001DAB; }
span { border-color: rgb(0,29,171); }
td.TdClassName
{
border-color: #001DAB;
}
.TagClassName
{
border-color: #001DAB;
}
</style>