Html Css Color HEX #001FBC International Klein Blue
📋 copy color: '#001FBC'red 0 ◦ green 31 ◦ blue 188
Shades of International Klein Blue #001FBC
Tints of International Klein Blue #001FBC
RGB
CMYK
RGB Variations
Color information
#001FBC (or 0x001FBC) is known color: International Klein Blue. HEX triplet: 00, 1F and BC. RGB value is (0,31,188). Sum of RGB (Red+Green+Blue) = 0+31+188=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #001FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FBC is #FFE043. Grayscale: #262626. Windows color (decimal): -16769092 or 12328704. OLE color: 12328704.
HSL color Cylindrical-coordinate representation of color #001FBC: hue angle of 230.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FBC is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 31 | 188 | - |
| CMYK | 1 | 0.84 | 0 | 0.26 |
| HSL | 230.11º | 1% | 0.37% | - |
| HSV(B) | 230.11º | 1% | 0.74% | - |
| XYZ | 9.57 | 4.61 | 47.96 | - |
| YUV | 39.63 | 211.73 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 188 | 1 | 0.84 | 0 | 0.26 | 230.11 | 1 | 0.37 |
| Hex | 0 | 1F | BC | 64 | 54 | 0 | 1A | E6 | 64 | 25 |
| Octal | 0 | 37 | 274 | 144 | 124 | 0 | 32 | 346 | 144 | 45 |
| Binary | 0 | 11111 | 10111100 | 1100100 | 1010100 | 0 | 11010 | 11100110 | 1100100 | 100101 |
Color Harmonies of #001FBC
Complementary color
Monochromatic Colors of #001FBC
Black with #001FBC
Text Example
Text Example
White with #001FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FBC; }
p { color: rgb(0,31,188); }
H1.HeaderClassName
{
color: #001FBC;
}
.AnyTagClassName
{
color: #001FBC;
}
</style>
background-color css
<style>
a { background-color: #001FBC; }
a { background-color: rgb(0,31,188); }
div.DivClassName
{
background-color: #001FBC;
}
.BgClassName
{
background-color: #001FBC;
}
</style>
border-color css
<style>
span { border-color: #001FBC; }
span { border-color: rgb(0,31,188); }
td.TdClassName
{
border-color: #001FBC;
}
.TagClassName
{
border-color: #001FBC;
}
</style>