Html Css Color HEX #0128BC International Klein Blue
📋 copy color: '#0128BC'red 1 ◦ green 40 ◦ blue 188
Shades of International Klein Blue #0128BC
Tints of International Klein Blue #0128BC
RGB
CMYK
RGB Variations
Color information
#0128BC (or 0x0128BC) is known color: International Klein Blue. HEX triplet: 01, 28 and BC. RGB value is (1,40,188). Sum of RGB (Red+Green+Blue) = 1+40+188=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #0128BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0128BC is #FED743. Grayscale: #2C2C2C. Windows color (decimal): -16701252 or 12331009. OLE color: 12331009.
HSL color Cylindrical-coordinate representation of color #0128BC: hue angle of 227.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0128BC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 40 | 188 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.26 |
| HSL | 227.49º | 0.99% | 0.37% | - |
| HSV(B) | 227.49º | 0.99% | 0.74% | - |
| XYZ | 9.85 | 5.15 | 48.05 | - |
| YUV | 45.21 | 208.58 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 188 | 0.99 | 0.79 | 0 | 0.26 | 227.49 | 0.99 | 0.37 |
| Hex | 1 | 28 | BC | 63 | 4F | 0 | 1A | E3 | 63 | 25 |
| Octal | 1 | 50 | 274 | 143 | 117 | 0 | 32 | 343 | 143 | 45 |
| Binary | 1 | 101000 | 10111100 | 1100011 | 1001111 | 0 | 11010 | 11100011 | 1100011 | 100101 |
Color Harmonies of #0128BC
Complementary color
Monochromatic Colors of #0128BC
Black with #0128BC
Text Example
Text Example
White with #0128BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0128BC; }
p { color: rgb(1,40,188); }
H1.HeaderClassName
{
color: #0128BC;
}
.AnyTagClassName
{
color: #0128BC;
}
</style>
background-color css
<style>
a { background-color: #0128BC; }
a { background-color: rgb(1,40,188); }
div.DivClassName
{
background-color: #0128BC;
}
.BgClassName
{
background-color: #0128BC;
}
</style>
border-color css
<style>
span { border-color: #0128BC; }
span { border-color: rgb(1,40,188); }
td.TdClassName
{
border-color: #0128BC;
}
.TagClassName
{
border-color: #0128BC;
}
</style>