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