Html Css Color HEX #001DB1 International Klein Blue
📋 copy color: '#001DB1'red 0 ◦ green 29 ◦ blue 177
Shades of International Klein Blue #001DB1
Tints of International Klein Blue #001DB1
RGB
CMYK
RGB Variations
Color information
#001DB1 (or 0x001DB1) is known color: International Klein Blue. HEX triplet: 00, 1D and B1. RGB value is (0,29,177). Sum of RGB (Red+Green+Blue) = 0+29+177=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #001DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001DB1 is #FFE24E. Grayscale: #242424. Windows color (decimal): -16769615 or 11607296. OLE color: 11607296.
HSL color Cylindrical-coordinate representation of color #001DB1: hue angle of 230.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DB1 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 29 | 177 | - |
| CMYK | 1 | 0.84 | 0 | 0.31 |
| HSL | 230.17º | 1% | 0.35% | - |
| HSV(B) | 230.17º | 1% | 0.69% | - |
| XYZ | 8.38 | 4.05 | 41.94 | - |
| YUV | 37.2 | 206.89 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 177 | 1 | 0.84 | 0 | 0.31 | 230.17 | 1 | 0.35 |
| Hex | 0 | 1D | B1 | 64 | 54 | 0 | 1F | E6 | 64 | 23 |
| Octal | 0 | 35 | 261 | 144 | 124 | 0 | 37 | 346 | 144 | 43 |
| Binary | 0 | 11101 | 10110001 | 1100100 | 1010100 | 0 | 11111 | 11100110 | 1100100 | 100011 |
Color Harmonies of #001DB1
Complementary color
Monochromatic Colors of #001DB1
Black with #001DB1
Text Example
Text Example
White with #001DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DB1; }
p { color: rgb(0,29,177); }
H1.HeaderClassName
{
color: #001DB1;
}
.AnyTagClassName
{
color: #001DB1;
}
</style>
background-color css
<style>
a { background-color: #001DB1; }
a { background-color: rgb(0,29,177); }
div.DivClassName
{
background-color: #001DB1;
}
.BgClassName
{
background-color: #001DB1;
}
</style>
border-color css
<style>
span { border-color: #001DB1; }
span { border-color: rgb(0,29,177); }
td.TdClassName
{
border-color: #001DB1;
}
.TagClassName
{
border-color: #001DB1;
}
</style>