Html Css Color HEX #0116AF International Klein Blue
📋 copy color: '#0116AF'red 1 ◦ green 22 ◦ blue 175
Shades of International Klein Blue #0116AF
Tints of International Klein Blue #0116AF
RGB
CMYK
RGB Variations
Color information
#0116AF (or 0x0116AF) is known color: International Klein Blue. HEX triplet: 01, 16 and AF. RGB value is (1,22,175). Sum of RGB (Red+Green+Blue) = 1+22+175=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #0116AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0116AF is #FEE950. Grayscale: #202020. Windows color (decimal): -16705873 or 11474433. OLE color: 11474433.
HSL color Cylindrical-coordinate representation of color #0116AF: hue angle of 232.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116AF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 22 | 175 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.31 |
| HSL | 232.76º | 0.99% | 0.35% | - |
| HSV(B) | 232.76º | 0.99% | 0.69% | - |
| XYZ | 8.04 | 3.68 | 40.84 | - |
| YUV | 33.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 175 | 0.99 | 0.87 | 0 | 0.31 | 232.76 | 0.99 | 0.35 |
| Hex | 1 | 16 | AF | 63 | 57 | 0 | 1F | E9 | 63 | 23 |
| Octal | 1 | 26 | 257 | 143 | 127 | 0 | 37 | 351 | 143 | 43 |
| Binary | 1 | 10110 | 10101111 | 1100011 | 1010111 | 0 | 11111 | 11101001 | 1100011 | 100011 |
Color Harmonies of #0116AF
Complementary color
Monochromatic Colors of #0116AF
Black with #0116AF
Text Example
Text Example
White with #0116AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116AF; }
p { color: rgb(1,22,175); }
H1.HeaderClassName
{
color: #0116AF;
}
.AnyTagClassName
{
color: #0116AF;
}
</style>
background-color css
<style>
a { background-color: #0116AF; }
a { background-color: rgb(1,22,175); }
div.DivClassName
{
background-color: #0116AF;
}
.BgClassName
{
background-color: #0116AF;
}
</style>
border-color css
<style>
span { border-color: #0116AF; }
span { border-color: rgb(1,22,175); }
td.TdClassName
{
border-color: #0116AF;
}
.TagClassName
{
border-color: #0116AF;
}
</style>