Html Css Color HEX #0016B7 International Klein Blue
📋 copy color: '#0016B7'red 0 ◦ green 22 ◦ blue 183
Shades of International Klein Blue #0016B7
Tints of International Klein Blue #0016B7
RGB
CMYK
RGB Variations
Color information
#0016B7 (or 0x0016B7) is known color: International Klein Blue. HEX triplet: 00, 16 and B7. RGB value is (0,22,183). Sum of RGB (Red+Green+Blue) = 0+22+183=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 183 (71.88% from 255 or 89.27% from 205); Max value from RGB is 183 - color contains mainly: blue. Hex color #0016B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016B7 is #FFE948. Grayscale: #212121. Windows color (decimal): -16771401 or 11998720. OLE color: 11998720.
HSL color Cylindrical-coordinate representation of color #0016B7: hue angle of 232.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016B7 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 22 | 183 | - |
| CMYK | 1 | 0.88 | 0 | 0.28 |
| HSL | 232.79º | 1% | 0.36% | - |
| HSV(B) | 232.79º | 1% | 0.72% | - |
| XYZ | 8.83 | 3.99 | 45.1 | - |
| YUV | 33.78 | 212.21 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 183 | 1 | 0.88 | 0 | 0.28 | 232.79 | 1 | 0.36 |
| Hex | 0 | 16 | B7 | 64 | 58 | 0 | 1C | E9 | 64 | 24 |
| Octal | 0 | 26 | 267 | 144 | 130 | 0 | 34 | 351 | 144 | 44 |
| Binary | 0 | 10110 | 10110111 | 1100100 | 1011000 | 0 | 11100 | 11101001 | 1100100 | 100100 |
Color Harmonies of #0016B7
Complementary color
Monochromatic Colors of #0016B7
Black with #0016B7
Text Example
Text Example
White with #0016B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016B7; }
p { color: rgb(0,22,183); }
H1.HeaderClassName
{
color: #0016B7;
}
.AnyTagClassName
{
color: #0016B7;
}
</style>
background-color css
<style>
a { background-color: #0016B7; }
a { background-color: rgb(0,22,183); }
div.DivClassName
{
background-color: #0016B7;
}
.BgClassName
{
background-color: #0016B7;
}
</style>
border-color css
<style>
span { border-color: #0016B7; }
span { border-color: rgb(0,22,183); }
td.TdClassName
{
border-color: #0016B7;
}
.TagClassName
{
border-color: #0016B7;
}
</style>