Html Css Color HEX #0016AA International Klein Blue
📋 copy color: '#0016AA'red 0 ◦ green 22 ◦ blue 170
Shades of International Klein Blue #0016AA
Tints of International Klein Blue #0016AA
RGB
CMYK
RGB Variations
Color information
#0016AA (or 0x0016AA) is known color: International Klein Blue. HEX triplet: 00, 16 and AA. RGB value is (0,22,170). Sum of RGB (Red+Green+Blue) = 0+22+170=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #0016AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0016AA is #FFE955. Grayscale: #1F1F1F. Windows color (decimal): -16771414 or 11146752. OLE color: 11146752.
HSL color Cylindrical-coordinate representation of color #0016AA: hue angle of 232.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016AA is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 22 | 170 | - |
| CMYK | 1 | 0.87 | 0 | 0.33 |
| HSL | 232.24º | 1% | 0.33% | - |
| HSV(B) | 232.24º | 1% | 0.67% | - |
| XYZ | 7.54 | 3.48 | 38.3 | - |
| YUV | 32.29 | 205.71 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 170 | 1 | 0.87 | 0 | 0.33 | 232.24 | 1 | 0.33 |
| Hex | 0 | 16 | AA | 64 | 57 | 0 | 21 | E8 | 64 | 21 |
| Octal | 0 | 26 | 252 | 144 | 127 | 0 | 41 | 350 | 144 | 41 |
| Binary | 0 | 10110 | 10101010 | 1100100 | 1010111 | 0 | 100001 | 11101000 | 1100100 | 100001 |
Color Harmonies of #0016AA
Complementary color
Monochromatic Colors of #0016AA
Black with #0016AA
Text Example
Text Example
White with #0016AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016AA; }
p { color: rgb(0,22,170); }
H1.HeaderClassName
{
color: #0016AA;
}
.AnyTagClassName
{
color: #0016AA;
}
</style>
background-color css
<style>
a { background-color: #0016AA; }
a { background-color: rgb(0,22,170); }
div.DivClassName
{
background-color: #0016AA;
}
.BgClassName
{
background-color: #0016AA;
}
</style>
border-color css
<style>
span { border-color: #0016AA; }
span { border-color: rgb(0,22,170); }
td.TdClassName
{
border-color: #0016AA;
}
.TagClassName
{
border-color: #0016AA;
}
</style>