Html Css Color HEX #001DB0 International Klein Blue
📋 copy color: '#001DB0'red 0 ◦ green 29 ◦ blue 176
Shades of International Klein Blue #001DB0
Tints of International Klein Blue #001DB0
RGB
CMYK
RGB Variations
Color information
#001DB0 (or 0x001DB0) is known color: International Klein Blue. HEX triplet: 00, 1D and B0. RGB value is (0,29,176). Sum of RGB (Red+Green+Blue) = 0+29+176=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 176 (69.14% from 255 or 85.85% from 205); Max value from RGB is 176 - color contains mainly: blue. Hex color #001DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001DB0 is #FFE24F. Grayscale: #242424. Windows color (decimal): -16769616 or 11541760. OLE color: 11541760.
HSL color Cylindrical-coordinate representation of color #001DB0: hue angle of 230.11º 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 #001DB0 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 29 | 176 | - |
| CMYK | 1 | 0.84 | 0 | 0.31 |
| HSL | 230.11º | 1% | 0.35% | - |
| HSV(B) | 230.11º | 1% | 0.69% | - |
| XYZ | 8.28 | 4.01 | 41.41 | - |
| YUV | 37.09 | 206.39 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 176 | 1 | 0.84 | 0 | 0.31 | 230.11 | 1 | 0.35 |
| Hex | 0 | 1D | B0 | 64 | 54 | 0 | 1F | E6 | 64 | 23 |
| Octal | 0 | 35 | 260 | 144 | 124 | 0 | 37 | 346 | 144 | 43 |
| Binary | 0 | 11101 | 10110000 | 1100100 | 1010100 | 0 | 11111 | 11100110 | 1100100 | 100011 |
Color Harmonies of #001DB0
Complementary color
Monochromatic Colors of #001DB0
Black with #001DB0
Text Example
Text Example
White with #001DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DB0; }
p { color: rgb(0,29,176); }
H1.HeaderClassName
{
color: #001DB0;
}
.AnyTagClassName
{
color: #001DB0;
}
</style>
background-color css
<style>
a { background-color: #001DB0; }
a { background-color: rgb(0,29,176); }
div.DivClassName
{
background-color: #001DB0;
}
.BgClassName
{
background-color: #001DB0;
}
</style>
border-color css
<style>
span { border-color: #001DB0; }
span { border-color: rgb(0,29,176); }
td.TdClassName
{
border-color: #001DB0;
}
.TagClassName
{
border-color: #001DB0;
}
</style>