Html Css Color HEX #071BA8 International Klein Blue
📋 copy color: '#071BA8'red 7 ◦ green 27 ◦ blue 168
Shades of International Klein Blue #071BA8
Tints of International Klein Blue #071BA8
RGB
CMYK
RGB Variations
Color information
#071BA8 (or 0x071BA8) is known color: International Klein Blue. HEX triplet: 07, 1B and A8. RGB value is (7,27,168). Sum of RGB (Red+Green+Blue) = 7+27+168=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 168 (66.02% from 255 or 83.17% from 202); Max value from RGB is 168 - color contains mainly: blue. Hex color #071BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071BA8 is #F8E457. Grayscale: #242424. Windows color (decimal): -16311384 or 11016967. OLE color: 11016967.
HSL color Cylindrical-coordinate representation of color #071BA8: hue angle of 232.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071BA8 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 27 | 168 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.34 |
| HSL | 232.55º | 0.92% | 0.34% | - |
| HSV(B) | 232.55º | 0.96% | 0.66% | - |
| XYZ | 7.55 | 3.66 | 37.35 | - |
| YUV | 37.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 168 | 0.96 | 0.84 | 0 | 0.34 | 232.55 | 0.92 | 0.34 |
| Hex | 7 | 1B | A8 | 60 | 54 | 0 | 22 | E9 | 5C | 22 |
| Octal | 7 | 33 | 250 | 140 | 124 | 0 | 42 | 351 | 134 | 42 |
| Binary | 111 | 11011 | 10101000 | 1100000 | 1010100 | 0 | 100010 | 11101001 | 1011100 | 100010 |
Color Harmonies of #071BA8
Complementary color
Monochromatic Colors of #071BA8
Black with #071BA8
Text Example
Text Example
White with #071BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BA8; }
p { color: rgb(7,27,168); }
H1.HeaderClassName
{
color: #071BA8;
}
.AnyTagClassName
{
color: #071BA8;
}
</style>
background-color css
<style>
a { background-color: #071BA8; }
a { background-color: rgb(7,27,168); }
div.DivClassName
{
background-color: #071BA8;
}
.BgClassName
{
background-color: #071BA8;
}
</style>
border-color css
<style>
span { border-color: #071BA8; }
span { border-color: rgb(7,27,168); }
td.TdClassName
{
border-color: #071BA8;
}
.TagClassName
{
border-color: #071BA8;
}
</style>