Html Css Color HEX #0116B4 International Klein Blue
📋 copy color: '#0116B4'red 1 ◦ green 22 ◦ blue 180
Shades of International Klein Blue #0116B4
Tints of International Klein Blue #0116B4
RGB
CMYK
RGB Variations
Color information
#0116B4 (or 0x0116B4) is known color: International Klein Blue. HEX triplet: 01, 16 and B4. RGB value is (1,22,180). Sum of RGB (Red+Green+Blue) = 1+22+180=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 180 (70.70% from 255 or 88.67% from 203); Max value from RGB is 180 - color contains mainly: blue. Hex color #0116B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0116B4 is #FEE94B. Grayscale: #212121. Windows color (decimal): -16705868 or 11802113. OLE color: 11802113.
HSL color Cylindrical-coordinate representation of color #0116B4: hue angle of 232.96º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116B4 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 22 | 180 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.29 |
| HSL | 232.96º | 0.99% | 0.35% | - |
| HSV(B) | 232.96º | 0.99% | 0.71% | - |
| XYZ | 8.54 | 3.88 | 43.48 | - |
| YUV | 33.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 180 | 0.99 | 0.88 | 0 | 0.29 | 232.96 | 0.99 | 0.35 |
| Hex | 1 | 16 | B4 | 63 | 58 | 0 | 1D | E9 | 63 | 23 |
| Octal | 1 | 26 | 264 | 143 | 130 | 0 | 35 | 351 | 143 | 43 |
| Binary | 1 | 10110 | 10110100 | 1100011 | 1011000 | 0 | 11101 | 11101001 | 1100011 | 100011 |
Color Harmonies of #0116B4
Complementary color
Monochromatic Colors of #0116B4
Black with #0116B4
Text Example
Text Example
White with #0116B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0116B4; }
p { color: rgb(1,22,180); }
H1.HeaderClassName
{
color: #0116B4;
}
.AnyTagClassName
{
color: #0116B4;
}
</style>
background-color css
<style>
a { background-color: #0116B4; }
a { background-color: rgb(1,22,180); }
div.DivClassName
{
background-color: #0116B4;
}
.BgClassName
{
background-color: #0116B4;
}
</style>
border-color css
<style>
span { border-color: #0116B4; }
span { border-color: rgb(1,22,180); }
td.TdClassName
{
border-color: #0116B4;
}
.TagClassName
{
border-color: #0116B4;
}
</style>