Html Css Color HEX #011FAC International Klein Blue
📋 copy color: '#011FAC'red 1 ◦ green 31 ◦ blue 172
Shades of International Klein Blue #011FAC
Tints of International Klein Blue #011FAC
RGB
CMYK
RGB Variations
Color information
#011FAC (or 0x011FAC) is known color: International Klein Blue. HEX triplet: 01, 1F and AC. RGB value is (1,31,172). Sum of RGB (Red+Green+Blue) = 1+31+172=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #011FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011FAC is #FEE053. Grayscale: #252525. Windows color (decimal): -16703572 or 11280129. OLE color: 11280129.
HSL color Cylindrical-coordinate representation of color #011FAC: hue angle of 229.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FAC is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 31 | 172 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.33 |
| HSL | 229.47º | 0.99% | 0.34% | - |
| HSV(B) | 229.47º | 0.99% | 0.67% | - |
| XYZ | 7.95 | 3.96 | 39.38 | - |
| YUV | 38.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 172 | 0.99 | 0.82 | 0 | 0.33 | 229.47 | 0.99 | 0.34 |
| Hex | 1 | 1F | AC | 63 | 52 | 0 | 21 | E5 | 63 | 22 |
| Octal | 1 | 37 | 254 | 143 | 122 | 0 | 41 | 345 | 143 | 42 |
| Binary | 1 | 11111 | 10101100 | 1100011 | 1010010 | 0 | 100001 | 11100101 | 1100011 | 100010 |
Color Harmonies of #011FAC
Complementary color
Monochromatic Colors of #011FAC
Black with #011FAC
Text Example
Text Example
White with #011FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FAC; }
p { color: rgb(1,31,172); }
H1.HeaderClassName
{
color: #011FAC;
}
.AnyTagClassName
{
color: #011FAC;
}
</style>
background-color css
<style>
a { background-color: #011FAC; }
a { background-color: rgb(1,31,172); }
div.DivClassName
{
background-color: #011FAC;
}
.BgClassName
{
background-color: #011FAC;
}
</style>
border-color css
<style>
span { border-color: #011FAC; }
span { border-color: rgb(1,31,172); }
td.TdClassName
{
border-color: #011FAC;
}
.TagClassName
{
border-color: #011FAC;
}
</style>