Html Css Color HEX #0016AD International Klein Blue
📋 copy color: '#0016AD'red 0 ◦ green 22 ◦ blue 173
Shades of International Klein Blue #0016AD
Tints of International Klein Blue #0016AD
RGB
CMYK
RGB Variations
Color information
#0016AD (or 0x0016AD) is known color: International Klein Blue. HEX triplet: 00, 16 and AD. RGB value is (0,22,173). Sum of RGB (Red+Green+Blue) = 0+22+173=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 173 (67.97% from 255 or 88.72% from 195); Max value from RGB is 173 - color contains mainly: blue. Hex color #0016AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0016AD is #FFE952. Grayscale: #202020. Windows color (decimal): -16771411 or 11343360. OLE color: 11343360.
HSL color Cylindrical-coordinate representation of color #0016AD: hue angle of 232.37º 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 #0016AD is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 22 | 173 | - |
| CMYK | 1 | 0.87 | 0 | 0.32 |
| HSL | 232.37º | 1% | 0.34% | - |
| HSV(B) | 232.37º | 1% | 0.68% | - |
| XYZ | 7.83 | 3.59 | 39.82 | - |
| YUV | 32.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 173 | 1 | 0.87 | 0 | 0.32 | 232.37 | 1 | 0.34 |
| Hex | 0 | 16 | AD | 64 | 57 | 0 | 20 | E8 | 64 | 22 |
| Octal | 0 | 26 | 255 | 144 | 127 | 0 | 40 | 350 | 144 | 42 |
| Binary | 0 | 10110 | 10101101 | 1100100 | 1010111 | 0 | 100000 | 11101000 | 1100100 | 100010 |
Color Harmonies of #0016AD
Complementary color
Monochromatic Colors of #0016AD
Black with #0016AD
Text Example
Text Example
White with #0016AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016AD; }
p { color: rgb(0,22,173); }
H1.HeaderClassName
{
color: #0016AD;
}
.AnyTagClassName
{
color: #0016AD;
}
</style>
background-color css
<style>
a { background-color: #0016AD; }
a { background-color: rgb(0,22,173); }
div.DivClassName
{
background-color: #0016AD;
}
.BgClassName
{
background-color: #0016AD;
}
</style>
border-color css
<style>
span { border-color: #0016AD; }
span { border-color: rgb(0,22,173); }
td.TdClassName
{
border-color: #0016AD;
}
.TagClassName
{
border-color: #0016AD;
}
</style>