Html Css Color HEX #001FAB International Klein Blue
📋 copy color: '#001FAB'red 0 ◦ green 31 ◦ blue 171
Shades of International Klein Blue #001FAB
Tints of International Klein Blue #001FAB
RGB
CMYK
RGB Variations
Color information
#001FAB (or 0x001FAB) is known color: International Klein Blue. HEX triplet: 00, 1F and AB. RGB value is (0,31,171). Sum of RGB (Red+Green+Blue) = 0+31+171=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #001FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001FAB is #FFE054. Grayscale: #252525. Windows color (decimal): -16769109 or 11214592. OLE color: 11214592.
HSL color Cylindrical-coordinate representation of color #001FAB: hue angle of 229.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FAB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 31 | 171 | - |
| CMYK | 1 | 0.82 | 0 | 0.33 |
| HSL | 229.12º | 1% | 0.34% | - |
| HSV(B) | 229.12º | 1% | 0.67% | - |
| XYZ | 7.84 | 3.92 | 38.87 | - |
| YUV | 37.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 171 | 1 | 0.82 | 0 | 0.33 | 229.12 | 1 | 0.34 |
| Hex | 0 | 1F | AB | 64 | 52 | 0 | 21 | E5 | 64 | 22 |
| Octal | 0 | 37 | 253 | 144 | 122 | 0 | 41 | 345 | 144 | 42 |
| Binary | 0 | 11111 | 10101011 | 1100100 | 1010010 | 0 | 100001 | 11100101 | 1100100 | 100010 |
Color Harmonies of #001FAB
Complementary color
Monochromatic Colors of #001FAB
Black with #001FAB
Text Example
Text Example
White with #001FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FAB; }
p { color: rgb(0,31,171); }
H1.HeaderClassName
{
color: #001FAB;
}
.AnyTagClassName
{
color: #001FAB;
}
</style>
background-color css
<style>
a { background-color: #001FAB; }
a { background-color: rgb(0,31,171); }
div.DivClassName
{
background-color: #001FAB;
}
.BgClassName
{
background-color: #001FAB;
}
</style>
border-color css
<style>
span { border-color: #001FAB; }
span { border-color: rgb(0,31,171); }
td.TdClassName
{
border-color: #001FAB;
}
.TagClassName
{
border-color: #001FAB;
}
</style>