Html Css Color HEX #0128AC International Klein Blue
📋 copy color: '#0128AC'red 1 ◦ green 40 ◦ blue 172
Shades of International Klein Blue #0128AC
Tints of International Klein Blue #0128AC
RGB
CMYK
RGB Variations
Color information
#0128AC (or 0x0128AC) is known color: International Klein Blue. HEX triplet: 01, 28 and AC. RGB value is (1,40,172). Sum of RGB (Red+Green+Blue) = 1+40+172=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #0128AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0128AC is #FED753. Grayscale: #2A2A2A. Windows color (decimal): -16701268 or 11282433. OLE color: 11282433.
HSL color Cylindrical-coordinate representation of color #0128AC: hue angle of 226.32º 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 #0128AC is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 40 | 172 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.33 |
| HSL | 226.32º | 0.99% | 0.34% | - |
| HSV(B) | 226.32º | 0.99% | 0.67% | - |
| XYZ | 8.22 | 4.5 | 39.47 | - |
| YUV | 43.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 172 | 0.99 | 0.77 | 0 | 0.33 | 226.32 | 0.99 | 0.34 |
| Hex | 1 | 28 | AC | 63 | 4D | 0 | 21 | E2 | 63 | 22 |
| Octal | 1 | 50 | 254 | 143 | 115 | 0 | 41 | 342 | 143 | 42 |
| Binary | 1 | 101000 | 10101100 | 1100011 | 1001101 | 0 | 100001 | 11100010 | 1100011 | 100010 |
Color Harmonies of #0128AC
Complementary color
Monochromatic Colors of #0128AC
Black with #0128AC
Text Example
Text Example
White with #0128AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0128AC; }
p { color: rgb(1,40,172); }
H1.HeaderClassName
{
color: #0128AC;
}
.AnyTagClassName
{
color: #0128AC;
}
</style>
background-color css
<style>
a { background-color: #0128AC; }
a { background-color: rgb(1,40,172); }
div.DivClassName
{
background-color: #0128AC;
}
.BgClassName
{
background-color: #0128AC;
}
</style>
border-color css
<style>
span { border-color: #0128AC; }
span { border-color: rgb(1,40,172); }
td.TdClassName
{
border-color: #0128AC;
}
.TagClassName
{
border-color: #0128AC;
}
</style>