Html Css Color HEX #001EBC International Klein Blue
📋 copy color: '#001EBC'red 0 ◦ green 30 ◦ blue 188
Shades of International Klein Blue #001EBC
Tints of International Klein Blue #001EBC
RGB
CMYK
RGB Variations
Color information
#001EBC (or 0x001EBC) is known color: International Klein Blue. HEX triplet: 00, 1E and BC. RGB value is (0,30,188). Sum of RGB (Red+Green+Blue) = 0+30+188=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #001EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EBC is #FFE143. Grayscale: #262626. Windows color (decimal): -16769348 or 12328448. OLE color: 12328448.
HSL color Cylindrical-coordinate representation of color #001EBC: hue angle of 230.43º 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 #001EBC is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 30 | 188 | - |
| CMYK | 1 | 0.84 | 0 | 0.26 |
| HSL | 230.43º | 1% | 0.37% | - |
| HSV(B) | 230.43º | 1% | 0.74% | - |
| XYZ | 9.54 | 4.56 | 47.95 | - |
| YUV | 39.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 188 | 1 | 0.84 | 0 | 0.26 | 230.43 | 1 | 0.37 |
| Hex | 0 | 1E | BC | 64 | 54 | 0 | 1A | E6 | 64 | 25 |
| Octal | 0 | 36 | 274 | 144 | 124 | 0 | 32 | 346 | 144 | 45 |
| Binary | 0 | 11110 | 10111100 | 1100100 | 1010100 | 0 | 11010 | 11100110 | 1100100 | 100101 |
Color Harmonies of #001EBC
Complementary color
Monochromatic Colors of #001EBC
Black with #001EBC
Text Example
Text Example
White with #001EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EBC; }
p { color: rgb(0,30,188); }
H1.HeaderClassName
{
color: #001EBC;
}
.AnyTagClassName
{
color: #001EBC;
}
</style>
background-color css
<style>
a { background-color: #001EBC; }
a { background-color: rgb(0,30,188); }
div.DivClassName
{
background-color: #001EBC;
}
.BgClassName
{
background-color: #001EBC;
}
</style>
border-color css
<style>
span { border-color: #001EBC; }
span { border-color: rgb(0,30,188); }
td.TdClassName
{
border-color: #001EBC;
}
.TagClassName
{
border-color: #001EBC;
}
</style>