Html Css Color HEX #0016B5 International Klein Blue
📋 copy color: '#0016B5'red 0 ◦ green 22 ◦ blue 181
Shades of International Klein Blue #0016B5
Tints of International Klein Blue #0016B5
RGB
CMYK
RGB Variations
Color information
#0016B5 (or 0x0016B5) is known color: International Klein Blue. HEX triplet: 00, 16 and B5. RGB value is (0,22,181). Sum of RGB (Red+Green+Blue) = 0+22+181=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 181 (71.09% from 255 or 89.16% from 203); Max value from RGB is 181 - color contains mainly: blue. Hex color #0016B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016B5 is #FFE94A. Grayscale: #202020. Windows color (decimal): -16771403 or 11867648. OLE color: 11867648.
HSL color Cylindrical-coordinate representation of color #0016B5: hue angle of 232.71º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016B5 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 22 | 181 | - |
| CMYK | 1 | 0.88 | 0 | 0.29 |
| HSL | 232.71º | 1% | 0.35% | - |
| HSV(B) | 232.71º | 1% | 0.71% | - |
| XYZ | 8.63 | 3.91 | 44.02 | - |
| YUV | 33.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 181 | 1 | 0.88 | 0 | 0.29 | 232.71 | 1 | 0.35 |
| Hex | 0 | 16 | B5 | 64 | 58 | 0 | 1D | E9 | 64 | 23 |
| Octal | 0 | 26 | 265 | 144 | 130 | 0 | 35 | 351 | 144 | 43 |
| Binary | 0 | 10110 | 10110101 | 1100100 | 1011000 | 0 | 11101 | 11101001 | 1100100 | 100011 |
Color Harmonies of #0016B5
Complementary color
Monochromatic Colors of #0016B5
Black with #0016B5
Text Example
Text Example
White with #0016B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016B5; }
p { color: rgb(0,22,181); }
H1.HeaderClassName
{
color: #0016B5;
}
.AnyTagClassName
{
color: #0016B5;
}
</style>
background-color css
<style>
a { background-color: #0016B5; }
a { background-color: rgb(0,22,181); }
div.DivClassName
{
background-color: #0016B5;
}
.BgClassName
{
background-color: #0016B5;
}
</style>
border-color css
<style>
span { border-color: #0016B5; }
span { border-color: rgb(0,22,181); }
td.TdClassName
{
border-color: #0016B5;
}
.TagClassName
{
border-color: #0016B5;
}
</style>