Html Css Color HEX #001D9A International Klein Blue
📋 copy color: '#001D9A'red 0 ◦ green 29 ◦ blue 154
Shades of International Klein Blue #001D9A
Tints of International Klein Blue #001D9A
RGB
CMYK
RGB Variations
Color information
#001D9A (or 0x001D9A) is known color: International Klein Blue. HEX triplet: 00, 1D and 9A. RGB value is (0,29,154). Sum of RGB (Red+Green+Blue) = 0+29+154=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #001D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D9A is #FFE265. Grayscale: #222222. Windows color (decimal): -16769638 or 10099968. OLE color: 10099968.
HSL color Cylindrical-coordinate representation of color #001D9A: hue angle of 228.7º 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 #001D9A is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 29 | 154 | - |
| CMYK | 1 | 0.81 | 0 | 0.40 |
| HSL | 228.7º | 1% | 0.3% | - |
| HSV(B) | 228.7º | 1% | 0.6% | - |
| XYZ | 6.27 | 3.21 | 30.86 | - |
| YUV | 34.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 154 | 1 | 0.81 | 0 | 0.40 | 228.7 | 1 | 0.3 |
| Hex | 0 | 1D | 9A | 64 | 51 | 0 | 28 | E5 | 64 | 1E |
| Octal | 0 | 35 | 232 | 144 | 121 | 0 | 50 | 345 | 144 | 36 |
| Binary | 0 | 11101 | 10011010 | 1100100 | 1010001 | 0 | 101000 | 11100101 | 1100100 | 11110 |
Color Harmonies of #001D9A
Complementary color
Monochromatic Colors of #001D9A
Black with #001D9A
Text Example
Text Example
White with #001D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D9A; }
p { color: rgb(0,29,154); }
H1.HeaderClassName
{
color: #001D9A;
}
.AnyTagClassName
{
color: #001D9A;
}
</style>
background-color css
<style>
a { background-color: #001D9A; }
a { background-color: rgb(0,29,154); }
div.DivClassName
{
background-color: #001D9A;
}
.BgClassName
{
background-color: #001D9A;
}
</style>
border-color css
<style>
span { border-color: #001D9A; }
span { border-color: rgb(0,29,154); }
td.TdClassName
{
border-color: #001D9A;
}
.TagClassName
{
border-color: #001D9A;
}
</style>