Html Css Color HEX #001CB1 International Klein Blue
📋 copy color: '#001CB1'red 0 ◦ green 28 ◦ blue 177
Shades of International Klein Blue #001CB1
Tints of International Klein Blue #001CB1
RGB
CMYK
RGB Variations
Color information
#001CB1 (or 0x001CB1) is known color: International Klein Blue. HEX triplet: 00, 1C and B1. RGB value is (0,28,177). Sum of RGB (Red+Green+Blue) = 0+28+177=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 177 (69.53% from 255 or 86.34% from 205); Max value from RGB is 177 - color contains mainly: blue. Hex color #001CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CB1 is #FFE34E. Grayscale: #232323. Windows color (decimal): -16769871 or 11607040. OLE color: 11607040.
HSL color Cylindrical-coordinate representation of color #001CB1: hue angle of 230.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CB1 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 28 | 177 | - |
| CMYK | 1 | 0.84 | 0 | 0.31 |
| HSL | 230.51º | 1% | 0.35% | - |
| HSV(B) | 230.51º | 1% | 0.69% | - |
| XYZ | 8.35 | 4 | 41.93 | - |
| YUV | 36.61 | 207.22 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 177 | 1 | 0.84 | 0 | 0.31 | 230.51 | 1 | 0.35 |
| Hex | 0 | 1C | B1 | 64 | 54 | 0 | 1F | E7 | 64 | 23 |
| Octal | 0 | 34 | 261 | 144 | 124 | 0 | 37 | 347 | 144 | 43 |
| Binary | 0 | 11100 | 10110001 | 1100100 | 1010100 | 0 | 11111 | 11100111 | 1100100 | 100011 |
Color Harmonies of #001CB1
Complementary color
Monochromatic Colors of #001CB1
Black with #001CB1
Text Example
Text Example
White with #001CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CB1; }
p { color: rgb(0,28,177); }
H1.HeaderClassName
{
color: #001CB1;
}
.AnyTagClassName
{
color: #001CB1;
}
</style>
background-color css
<style>
a { background-color: #001CB1; }
a { background-color: rgb(0,28,177); }
div.DivClassName
{
background-color: #001CB1;
}
.BgClassName
{
background-color: #001CB1;
}
</style>
border-color css
<style>
span { border-color: #001CB1; }
span { border-color: rgb(0,28,177); }
td.TdClassName
{
border-color: #001CB1;
}
.TagClassName
{
border-color: #001CB1;
}
</style>