Html Css Color HEX #0028BA International Klein Blue
📋 copy color: '#0028BA'red 0 ◦ green 40 ◦ blue 186
Shades of International Klein Blue #0028BA
Tints of International Klein Blue #0028BA
RGB
CMYK
RGB Variations
Color information
#0028BA (or 0x0028BA) is known color: International Klein Blue. HEX triplet: 00, 28 and BA. RGB value is (0,40,186). Sum of RGB (Red+Green+Blue) = 0+40+186=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0028BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028BA is #FFD745. Grayscale: #2C2C2C. Windows color (decimal): -16766790 or 12199936. OLE color: 12199936.
HSL color Cylindrical-coordinate representation of color #0028BA: hue angle of 227.1º 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 #0028BA is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 40 | 186 | - |
| CMYK | 1 | 0.78 | 0 | 0.27 |
| HSL | 227.1º | 1% | 0.36% | - |
| HSV(B) | 227.1º | 1% | 0.73% | - |
| XYZ | 9.62 | 5.06 | 46.92 | - |
| YUV | 44.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 186 | 1 | 0.78 | 0 | 0.27 | 227.1 | 1 | 0.36 |
| Hex | 0 | 28 | BA | 64 | 4E | 0 | 1B | E3 | 64 | 24 |
| Octal | 0 | 50 | 272 | 144 | 116 | 0 | 33 | 343 | 144 | 44 |
| Binary | 0 | 101000 | 10111010 | 1100100 | 1001110 | 0 | 11011 | 11100011 | 1100100 | 100100 |
Color Harmonies of #0028BA
Complementary color
Monochromatic Colors of #0028BA
Black with #0028BA
Text Example
Text Example
White with #0028BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028BA; }
p { color: rgb(0,40,186); }
H1.HeaderClassName
{
color: #0028BA;
}
.AnyTagClassName
{
color: #0028BA;
}
</style>
background-color css
<style>
a { background-color: #0028BA; }
a { background-color: rgb(0,40,186); }
div.DivClassName
{
background-color: #0028BA;
}
.BgClassName
{
background-color: #0028BA;
}
</style>
border-color css
<style>
span { border-color: #0028BA; }
span { border-color: rgb(0,40,186); }
td.TdClassName
{
border-color: #0028BA;
}
.TagClassName
{
border-color: #0028BA;
}
</style>