Html Css Color HEX #001DB5 International Klein Blue
📋 copy color: '#001DB5'red 0 ◦ green 29 ◦ blue 181
Shades of International Klein Blue #001DB5
Tints of International Klein Blue #001DB5
RGB
CMYK
RGB Variations
Color information
#001DB5 (or 0x001DB5) is known color: International Klein Blue. HEX triplet: 00, 1D and B5. RGB value is (0,29,181). Sum of RGB (Red+Green+Blue) = 0+29+181=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 181 (71.09% from 255 or 86.19% from 210); Max value from RGB is 181 - color contains mainly: blue. Hex color #001DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB5 is #FFE24A. Grayscale: #252525. Windows color (decimal): -16769611 or 11869440. OLE color: 11869440.
HSL color Cylindrical-coordinate representation of color #001DB5: hue angle of 230.39º 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 #001DB5 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 29 | 181 | - |
| CMYK | 1 | 0.84 | 0 | 0.29 |
| HSL | 230.39º | 1% | 0.35% | - |
| HSV(B) | 230.39º | 1% | 0.71% | - |
| XYZ | 8.78 | 4.21 | 44.07 | - |
| YUV | 37.66 | 208.89 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 181 | 1 | 0.84 | 0 | 0.29 | 230.39 | 1 | 0.35 |
| Hex | 0 | 1D | B5 | 64 | 54 | 0 | 1D | E6 | 64 | 23 |
| Octal | 0 | 35 | 265 | 144 | 124 | 0 | 35 | 346 | 144 | 43 |
| Binary | 0 | 11101 | 10110101 | 1100100 | 1010100 | 0 | 11101 | 11100110 | 1100100 | 100011 |
Color Harmonies of #001DB5
Complementary color
Monochromatic Colors of #001DB5
Black with #001DB5
Text Example
Text Example
White with #001DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DB5; }
p { color: rgb(0,29,181); }
H1.HeaderClassName
{
color: #001DB5;
}
.AnyTagClassName
{
color: #001DB5;
}
</style>
background-color css
<style>
a { background-color: #001DB5; }
a { background-color: rgb(0,29,181); }
div.DivClassName
{
background-color: #001DB5;
}
.BgClassName
{
background-color: #001DB5;
}
</style>
border-color css
<style>
span { border-color: #001DB5; }
span { border-color: rgb(0,29,181); }
td.TdClassName
{
border-color: #001DB5;
}
.TagClassName
{
border-color: #001DB5;
}
</style>