Html Css Color HEX #0128BA International Klein Blue
📋 copy color: '#0128BA'red 1 ◦ green 40 ◦ blue 186
Shades of International Klein Blue #0128BA
Tints of International Klein Blue #0128BA
RGB
CMYK
RGB Variations
Color information
#0128BA (or 0x0128BA) is known color: International Klein Blue. HEX triplet: 01, 28 and BA. RGB value is (1,40,186). Sum of RGB (Red+Green+Blue) = 1+40+186=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0128BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0128BA is #FED745. Grayscale: #2C2C2C. Windows color (decimal): -16701254 or 12199937. OLE color: 12199937.
HSL color Cylindrical-coordinate representation of color #0128BA: hue angle of 227.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0128BA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 40 | 186 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.27 |
| HSL | 227.35º | 0.99% | 0.37% | - |
| HSV(B) | 227.35º | 0.99% | 0.73% | - |
| XYZ | 9.63 | 5.07 | 46.93 | - |
| YUV | 44.98 | 207.58 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 186 | 0.99 | 0.78 | 0 | 0.27 | 227.35 | 0.99 | 0.37 |
| Hex | 1 | 28 | BA | 63 | 4E | 0 | 1B | E3 | 63 | 25 |
| Octal | 1 | 50 | 272 | 143 | 116 | 0 | 33 | 343 | 143 | 45 |
| Binary | 1 | 101000 | 10111010 | 1100011 | 1001110 | 0 | 11011 | 11100011 | 1100011 | 100101 |
Color Harmonies of #0128BA
Complementary color
Monochromatic Colors of #0128BA
Black with #0128BA
Text Example
Text Example
White with #0128BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0128BA; }
p { color: rgb(1,40,186); }
H1.HeaderClassName
{
color: #0128BA;
}
.AnyTagClassName
{
color: #0128BA;
}
</style>
background-color css
<style>
a { background-color: #0128BA; }
a { background-color: rgb(1,40,186); }
div.DivClassName
{
background-color: #0128BA;
}
.BgClassName
{
background-color: #0128BA;
}
</style>
border-color css
<style>
span { border-color: #0128BA; }
span { border-color: rgb(1,40,186); }
td.TdClassName
{
border-color: #0128BA;
}
.TagClassName
{
border-color: #0128BA;
}
</style>