Html Css Color HEX #001CBF International Klein Blue
📋 copy color: '#001CBF'red 0 ◦ green 28 ◦ blue 191
Shades of International Klein Blue #001CBF
Tints of International Klein Blue #001CBF
RGB
CMYK
RGB Variations
Color information
#001CBF (or 0x001CBF) is known color: International Klein Blue. HEX triplet: 00, 1C and BF. RGB value is (0,28,191). Sum of RGB (Red+Green+Blue) = 0+28+191=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #001CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBF is #FFE340. Grayscale: #252525. Windows color (decimal): -16769857 or 12524544. OLE color: 12524544.
HSL color Cylindrical-coordinate representation of color #001CBF: hue angle of 231.2º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CBF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 28 | 191 | - |
| CMYK | 1 | 0.85 | 0 | 0.25 |
| HSL | 231.2º | 1% | 0.37% | - |
| HSV(B) | 231.2º | 1% | 0.75% | - |
| XYZ | 9.82 | 4.59 | 49.66 | - |
| YUV | 38.21 | 214.22 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 191 | 1 | 0.85 | 0 | 0.25 | 231.2 | 1 | 0.37 |
| Hex | 0 | 1C | BF | 64 | 55 | 0 | 19 | E7 | 64 | 25 |
| Octal | 0 | 34 | 277 | 144 | 125 | 0 | 31 | 347 | 144 | 45 |
| Binary | 0 | 11100 | 10111111 | 1100100 | 1010101 | 0 | 11001 | 11100111 | 1100100 | 100101 |
Color Harmonies of #001CBF
Complementary color
Monochromatic Colors of #001CBF
Black with #001CBF
Text Example
Text Example
White with #001CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CBF; }
p { color: rgb(0,28,191); }
H1.HeaderClassName
{
color: #001CBF;
}
.AnyTagClassName
{
color: #001CBF;
}
</style>
background-color css
<style>
a { background-color: #001CBF; }
a { background-color: rgb(0,28,191); }
div.DivClassName
{
background-color: #001CBF;
}
.BgClassName
{
background-color: #001CBF;
}
</style>
border-color css
<style>
span { border-color: #001CBF; }
span { border-color: rgb(0,28,191); }
td.TdClassName
{
border-color: #001CBF;
}
.TagClassName
{
border-color: #001CBF;
}
</style>