Html Css Color HEX #0028AD International Klein Blue
📋 copy color: '#0028AD'red 0 ◦ green 40 ◦ blue 173
Shades of International Klein Blue #0028AD
Tints of International Klein Blue #0028AD
RGB
CMYK
RGB Variations
Color information
#0028AD (or 0x0028AD) is known color: International Klein Blue. HEX triplet: 00, 28 and AD. RGB value is (0,40,173). Sum of RGB (Red+Green+Blue) = 0+40+173=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #0028AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0028AD is #FFD752. Grayscale: #2A2A2A. Windows color (decimal): -16766803 or 11347968. OLE color: 11347968.
HSL color Cylindrical-coordinate representation of color #0028AD: hue angle of 226.13º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028AD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 40 | 173 | - |
| CMYK | 1 | 0.77 | 0 | 0.32 |
| HSL | 226.13º | 1% | 0.34% | - |
| HSV(B) | 226.13º | 1% | 0.68% | - |
| XYZ | 8.3 | 4.53 | 39.97 | - |
| YUV | 43.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 173 | 1 | 0.77 | 0 | 0.32 | 226.13 | 1 | 0.34 |
| Hex | 0 | 28 | AD | 64 | 4D | 0 | 20 | E2 | 64 | 22 |
| Octal | 0 | 50 | 255 | 144 | 115 | 0 | 40 | 342 | 144 | 42 |
| Binary | 0 | 101000 | 10101101 | 1100100 | 1001101 | 0 | 100000 | 11100010 | 1100100 | 100010 |
Color Harmonies of #0028AD
Complementary color
Monochromatic Colors of #0028AD
Black with #0028AD
Text Example
Text Example
White with #0028AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028AD; }
p { color: rgb(0,40,173); }
H1.HeaderClassName
{
color: #0028AD;
}
.AnyTagClassName
{
color: #0028AD;
}
</style>
background-color css
<style>
a { background-color: #0028AD; }
a { background-color: rgb(0,40,173); }
div.DivClassName
{
background-color: #0028AD;
}
.BgClassName
{
background-color: #0028AD;
}
</style>
border-color css
<style>
span { border-color: #0028AD; }
span { border-color: rgb(0,40,173); }
td.TdClassName
{
border-color: #0028AD;
}
.TagClassName
{
border-color: #0028AD;
}
</style>