Html Css Color HEX #001D9F International Klein Blue
📋 copy color: '#001D9F'red 0 ◦ green 29 ◦ blue 159
Shades of International Klein Blue #001D9F
Tints of International Klein Blue #001D9F
RGB
CMYK
RGB Variations
Color information
#001D9F (or 0x001D9F) is known color: International Klein Blue. HEX triplet: 00, 1D and 9F. RGB value is (0,29,159). Sum of RGB (Red+Green+Blue) = 0+29+159=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #001D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D9F is #FFE260. Grayscale: #222222. Windows color (decimal): -16769633 or 10427648. OLE color: 10427648.
HSL color Cylindrical-coordinate representation of color #001D9F: hue angle of 229.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D9F is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 29 | 159 | - |
| CMYK | 1 | 0.82 | 0 | 0.38 |
| HSL | 229.06º | 1% | 0.31% | - |
| HSV(B) | 229.06º | 1% | 0.62% | - |
| XYZ | 6.7 | 3.38 | 33.1 | - |
| YUV | 35.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 159 | 1 | 0.82 | 0 | 0.38 | 229.06 | 1 | 0.31 |
| Hex | 0 | 1D | 9F | 64 | 52 | 0 | 26 | E5 | 64 | 1F |
| Octal | 0 | 35 | 237 | 144 | 122 | 0 | 46 | 345 | 144 | 37 |
| Binary | 0 | 11101 | 10011111 | 1100100 | 1010010 | 0 | 100110 | 11100101 | 1100100 | 11111 |
Color Harmonies of #001D9F
Complementary color
Monochromatic Colors of #001D9F
Black with #001D9F
Text Example
Text Example
White with #001D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D9F; }
p { color: rgb(0,29,159); }
H1.HeaderClassName
{
color: #001D9F;
}
.AnyTagClassName
{
color: #001D9F;
}
</style>
background-color css
<style>
a { background-color: #001D9F; }
a { background-color: rgb(0,29,159); }
div.DivClassName
{
background-color: #001D9F;
}
.BgClassName
{
background-color: #001D9F;
}
</style>
border-color css
<style>
span { border-color: #001D9F; }
span { border-color: rgb(0,29,159); }
td.TdClassName
{
border-color: #001D9F;
}
.TagClassName
{
border-color: #001D9F;
}
</style>