Html Css Color HEX #001FAC International Klein Blue
📋 copy color: '#001FAC'red 0 ◦ green 31 ◦ blue 172
Shades of International Klein Blue #001FAC
Tints of International Klein Blue #001FAC
RGB
CMYK
RGB Variations
Color information
#001FAC (or 0x001FAC) is known color: International Klein Blue. HEX triplet: 00, 1F and AC. RGB value is (0,31,172). Sum of RGB (Red+Green+Blue) = 0+31+172=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #001FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001FAC is #FFE053. Grayscale: #252525. Windows color (decimal): -16769108 or 11280128. OLE color: 11280128.
HSL color Cylindrical-coordinate representation of color #001FAC: hue angle of 229.19º 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 #001FAC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 31 | 172 | - |
| CMYK | 1 | 0.82 | 0 | 0.33 |
| HSL | 229.19º | 1% | 0.34% | - |
| HSV(B) | 229.19º | 1% | 0.67% | - |
| XYZ | 7.94 | 3.96 | 39.38 | - |
| YUV | 37.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 172 | 1 | 0.82 | 0 | 0.33 | 229.19 | 1 | 0.34 |
| Hex | 0 | 1F | AC | 64 | 52 | 0 | 21 | E5 | 64 | 22 |
| Octal | 0 | 37 | 254 | 144 | 122 | 0 | 41 | 345 | 144 | 42 |
| Binary | 0 | 11111 | 10101100 | 1100100 | 1010010 | 0 | 100001 | 11100101 | 1100100 | 100010 |
Color Harmonies of #001FAC
Complementary color
Monochromatic Colors of #001FAC
Black with #001FAC
Text Example
Text Example
White with #001FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FAC; }
p { color: rgb(0,31,172); }
H1.HeaderClassName
{
color: #001FAC;
}
.AnyTagClassName
{
color: #001FAC;
}
</style>
background-color css
<style>
a { background-color: #001FAC; }
a { background-color: rgb(0,31,172); }
div.DivClassName
{
background-color: #001FAC;
}
.BgClassName
{
background-color: #001FAC;
}
</style>
border-color css
<style>
span { border-color: #001FAC; }
span { border-color: rgb(0,31,172); }
td.TdClassName
{
border-color: #001FAC;
}
.TagClassName
{
border-color: #001FAC;
}
</style>