Html Css Color HEX #0028AB International Klein Blue
📋 copy color: '#0028AB'red 0 ◦ green 40 ◦ blue 171
Shades of International Klein Blue #0028AB
Tints of International Klein Blue #0028AB
RGB
CMYK
RGB Variations
Color information
#0028AB (or 0x0028AB) is known color: International Klein Blue. HEX triplet: 00, 28 and AB. RGB value is (0,40,171). Sum of RGB (Red+Green+Blue) = 0+40+171=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0028AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0028AB is #FFD754. Grayscale: #2A2A2A. Windows color (decimal): -16766805 or 11216896. OLE color: 11216896.
HSL color Cylindrical-coordinate representation of color #0028AB: hue angle of 225.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028AB is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 40 | 171 | - |
| CMYK | 1 | 0.77 | 0 | 0.33 |
| HSL | 225.96º | 1% | 0.34% | - |
| HSV(B) | 225.96º | 1% | 0.67% | - |
| XYZ | 8.11 | 4.46 | 38.96 | - |
| YUV | 42.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 171 | 1 | 0.77 | 0 | 0.33 | 225.96 | 1 | 0.34 |
| Hex | 0 | 28 | AB | 64 | 4D | 0 | 21 | E2 | 64 | 22 |
| Octal | 0 | 50 | 253 | 144 | 115 | 0 | 41 | 342 | 144 | 42 |
| Binary | 0 | 101000 | 10101011 | 1100100 | 1001101 | 0 | 100001 | 11100010 | 1100100 | 100010 |
Color Harmonies of #0028AB
Complementary color
Monochromatic Colors of #0028AB
Black with #0028AB
Text Example
Text Example
White with #0028AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028AB; }
p { color: rgb(0,40,171); }
H1.HeaderClassName
{
color: #0028AB;
}
.AnyTagClassName
{
color: #0028AB;
}
</style>
background-color css
<style>
a { background-color: #0028AB; }
a { background-color: rgb(0,40,171); }
div.DivClassName
{
background-color: #0028AB;
}
.BgClassName
{
background-color: #0028AB;
}
</style>
border-color css
<style>
span { border-color: #0028AB; }
span { border-color: rgb(0,40,171); }
td.TdClassName
{
border-color: #0028AB;
}
.TagClassName
{
border-color: #0028AB;
}
</style>