Html Css Color HEX #001DB4 International Klein Blue
📋 copy color: '#001DB4'red 0 ◦ green 29 ◦ blue 180
Shades of International Klein Blue #001DB4
Tints of International Klein Blue #001DB4
RGB
CMYK
RGB Variations
Color information
#001DB4 (or 0x001DB4) is known color: International Klein Blue. HEX triplet: 00, 1D and B4. RGB value is (0,29,180). Sum of RGB (Red+Green+Blue) = 0+29+180=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 180 (70.70% from 255 or 86.12% from 209); Max value from RGB is 180 - color contains mainly: blue. Hex color #001DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB4 is #FFE24B. Grayscale: #242424. Windows color (decimal): -16769612 or 11803904. OLE color: 11803904.
HSL color Cylindrical-coordinate representation of color #001DB4: hue angle of 230.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DB4 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 29 | 180 | - |
| CMYK | 1 | 0.84 | 0 | 0.29 |
| HSL | 230.33º | 1% | 0.35% | - |
| HSV(B) | 230.33º | 1% | 0.71% | - |
| XYZ | 8.68 | 4.17 | 43.53 | - |
| YUV | 37.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 180 | 1 | 0.84 | 0 | 0.29 | 230.33 | 1 | 0.35 |
| Hex | 0 | 1D | B4 | 64 | 54 | 0 | 1D | E6 | 64 | 23 |
| Octal | 0 | 35 | 264 | 144 | 124 | 0 | 35 | 346 | 144 | 43 |
| Binary | 0 | 11101 | 10110100 | 1100100 | 1010100 | 0 | 11101 | 11100110 | 1100100 | 100011 |
Color Harmonies of #001DB4
Complementary color
Monochromatic Colors of #001DB4
Black with #001DB4
Text Example
Text Example
White with #001DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DB4; }
p { color: rgb(0,29,180); }
H1.HeaderClassName
{
color: #001DB4;
}
.AnyTagClassName
{
color: #001DB4;
}
</style>
background-color css
<style>
a { background-color: #001DB4; }
a { background-color: rgb(0,29,180); }
div.DivClassName
{
background-color: #001DB4;
}
.BgClassName
{
background-color: #001DB4;
}
</style>
border-color css
<style>
span { border-color: #001DB4; }
span { border-color: rgb(0,29,180); }
td.TdClassName
{
border-color: #001DB4;
}
.TagClassName
{
border-color: #001DB4;
}
</style>