Html Css Color HEX #001D99 International Klein Blue
📋 copy color: '#001D99'red 0 ◦ green 29 ◦ blue 153
Shades of International Klein Blue #001D99
Tints of International Klein Blue #001D99
RGB
CMYK
RGB Variations
Color information
#001D99 (or 0x001D99) is known color: International Klein Blue. HEX triplet: 00, 1D and 99. RGB value is (0,29,153). Sum of RGB (Red+Green+Blue) = 0+29+153=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 153 (60.16% from 255 or 84.07% from 182); Max value from RGB is 153 - color contains mainly: blue. Hex color #001D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D99 is #FFE266. Grayscale: #212121. Windows color (decimal): -16769639 or 10034432. OLE color: 10034432.
HSL color Cylindrical-coordinate representation of color #001D99: hue angle of 228.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D99 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 29 | 153 | - |
| CMYK | 1 | 0.81 | 0 | 0.4 |
| HSL | 228.63º | 1% | 0.3% | - |
| HSV(B) | 228.63º | 1% | 0.6% | - |
| XYZ | 6.19 | 3.18 | 30.42 | - |
| YUV | 34.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 153 | 1 | 0.81 | 0 | 0.4 | 228.63 | 1 | 0.3 |
| Hex | 0 | 1D | 99 | 64 | 51 | 0 | 28 | E5 | 64 | 1E |
| Octal | 0 | 35 | 231 | 144 | 121 | 0 | 50 | 345 | 144 | 36 |
| Binary | 0 | 11101 | 10011001 | 1100100 | 1010001 | 0 | 101000 | 11100101 | 1100100 | 11110 |
Color Harmonies of #001D99
Complementary color
Monochromatic Colors of #001D99
Black with #001D99
Text Example
Text Example
White with #001D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D99; }
p { color: rgb(0,29,153); }
H1.HeaderClassName
{
color: #001D99;
}
.AnyTagClassName
{
color: #001D99;
}
</style>
background-color css
<style>
a { background-color: #001D99; }
a { background-color: rgb(0,29,153); }
div.DivClassName
{
background-color: #001D99;
}
.BgClassName
{
background-color: #001D99;
}
</style>
border-color css
<style>
span { border-color: #001D99; }
span { border-color: rgb(0,29,153); }
td.TdClassName
{
border-color: #001D99;
}
.TagClassName
{
border-color: #001D99;
}
</style>