Html Css Color HEX #071CB7 International Klein Blue
📋 copy color: '#071CB7'red 7 ◦ green 28 ◦ blue 183
Shades of International Klein Blue #071CB7
Tints of International Klein Blue #071CB7
RGB
CMYK
RGB Variations
Color information
#071CB7 (or 0x071CB7) is known color: International Klein Blue. HEX triplet: 07, 1C and B7. RGB value is (7,28,183). Sum of RGB (Red+Green+Blue) = 7+28+183=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 183 (71.88% from 255 or 83.94% from 218); Max value from RGB is 183 - color contains mainly: blue. Hex color #071CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CB7 is #F8E348. Grayscale: #262626. Windows color (decimal): -16311113 or 12000263. OLE color: 12000263.
HSL color Cylindrical-coordinate representation of color #071CB7: hue angle of 232.84º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071CB7 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 28 | 183 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.28 |
| HSL | 232.84º | 0.93% | 0.37% | - |
| HSV(B) | 232.84º | 0.96% | 0.72% | - |
| XYZ | 9.05 | 4.29 | 45.15 | - |
| YUV | 39.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 183 | 0.96 | 0.85 | 0 | 0.28 | 232.84 | 0.93 | 0.37 |
| Hex | 7 | 1C | B7 | 60 | 55 | 0 | 1C | E9 | 5D | 25 |
| Octal | 7 | 34 | 267 | 140 | 125 | 0 | 34 | 351 | 135 | 45 |
| Binary | 111 | 11100 | 10110111 | 1100000 | 1010101 | 0 | 11100 | 11101001 | 1011101 | 100101 |
Color Harmonies of #071CB7
Complementary color
Monochromatic Colors of #071CB7
Black with #071CB7
Text Example
Text Example
White with #071CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CB7; }
p { color: rgb(7,28,183); }
H1.HeaderClassName
{
color: #071CB7;
}
.AnyTagClassName
{
color: #071CB7;
}
</style>
background-color css
<style>
a { background-color: #071CB7; }
a { background-color: rgb(7,28,183); }
div.DivClassName
{
background-color: #071CB7;
}
.BgClassName
{
background-color: #071CB7;
}
</style>
border-color css
<style>
span { border-color: #071CB7; }
span { border-color: rgb(7,28,183); }
td.TdClassName
{
border-color: #071CB7;
}
.TagClassName
{
border-color: #071CB7;
}
</style>