Html Css Color HEX #071CBA International Klein Blue
📋 copy color: '#071CBA'red 7 ◦ green 28 ◦ blue 186
Shades of International Klein Blue #071CBA
Tints of International Klein Blue #071CBA
RGB
CMYK
RGB Variations
Color information
#071CBA (or 0x071CBA) is known color: International Klein Blue. HEX triplet: 07, 1C and BA. RGB value is (7,28,186). Sum of RGB (Red+Green+Blue) = 7+28+186=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #071CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CBA is #F8E345. Grayscale: #272727. Windows color (decimal): -16311110 or 12196871. OLE color: 12196871.
HSL color Cylindrical-coordinate representation of color #071CBA: hue angle of 232.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071CBA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 28 | 186 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.27 |
| HSL | 232.96º | 0.93% | 0.38% | - |
| HSV(B) | 232.96º | 0.96% | 0.73% | - |
| XYZ | 9.37 | 4.42 | 46.81 | - |
| YUV | 39.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 186 | 0.96 | 0.85 | 0 | 0.27 | 232.96 | 0.93 | 0.38 |
| Hex | 7 | 1C | BA | 60 | 55 | 0 | 1B | E9 | 5D | 26 |
| Octal | 7 | 34 | 272 | 140 | 125 | 0 | 33 | 351 | 135 | 46 |
| Binary | 111 | 11100 | 10111010 | 1100000 | 1010101 | 0 | 11011 | 11101001 | 1011101 | 100110 |
Color Harmonies of #071CBA
Complementary color
Monochromatic Colors of #071CBA
Black with #071CBA
Text Example
Text Example
White with #071CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CBA; }
p { color: rgb(7,28,186); }
H1.HeaderClassName
{
color: #071CBA;
}
.AnyTagClassName
{
color: #071CBA;
}
</style>
background-color css
<style>
a { background-color: #071CBA; }
a { background-color: rgb(7,28,186); }
div.DivClassName
{
background-color: #071CBA;
}
.BgClassName
{
background-color: #071CBA;
}
</style>
border-color css
<style>
span { border-color: #071CBA; }
span { border-color: rgb(7,28,186); }
td.TdClassName
{
border-color: #071CBA;
}
.TagClassName
{
border-color: #071CBA;
}
</style>