Html Css Color HEX #001CBA International Klein Blue
📋 copy color: '#001CBA'red 0 ◦ green 28 ◦ blue 186
Shades of International Klein Blue #001CBA
Tints of International Klein Blue #001CBA
RGB
CMYK
RGB Variations
Color information
#001CBA (or 0x001CBA) is known color: International Klein Blue. HEX triplet: 00, 1C and BA. RGB value is (0,28,186). Sum of RGB (Red+Green+Blue) = 0+28+186=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #001CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBA is #FFE345. Grayscale: #242424. Windows color (decimal): -16769862 or 12196864. OLE color: 12196864.
HSL color Cylindrical-coordinate representation of color #001CBA: hue angle of 230.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CBA is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 28 | 186 | - |
| CMYK | 1 | 0.85 | 0 | 0.27 |
| HSL | 230.97º | 1% | 0.36% | - |
| HSV(B) | 230.97º | 1% | 0.73% | - |
| XYZ | 9.28 | 4.38 | 46.81 | - |
| YUV | 37.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 186 | 1 | 0.85 | 0 | 0.27 | 230.97 | 1 | 0.36 |
| Hex | 0 | 1C | BA | 64 | 55 | 0 | 1B | E7 | 64 | 24 |
| Octal | 0 | 34 | 272 | 144 | 125 | 0 | 33 | 347 | 144 | 44 |
| Binary | 0 | 11100 | 10111010 | 1100100 | 1010101 | 0 | 11011 | 11100111 | 1100100 | 100100 |
Color Harmonies of #001CBA
Complementary color
Monochromatic Colors of #001CBA
Black with #001CBA
Text Example
Text Example
White with #001CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CBA; }
p { color: rgb(0,28,186); }
H1.HeaderClassName
{
color: #001CBA;
}
.AnyTagClassName
{
color: #001CBA;
}
</style>
background-color css
<style>
a { background-color: #001CBA; }
a { background-color: rgb(0,28,186); }
div.DivClassName
{
background-color: #001CBA;
}
.BgClassName
{
background-color: #001CBA;
}
</style>
border-color css
<style>
span { border-color: #001CBA; }
span { border-color: rgb(0,28,186); }
td.TdClassName
{
border-color: #001CBA;
}
.TagClassName
{
border-color: #001CBA;
}
</style>