Html Css Color HEX #071BBA International Klein Blue
📋 copy color: '#071BBA'red 7 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #071BBA
Tints of International Klein Blue #071BBA
RGB
CMYK
RGB Variations
Color information
#071BBA (or 0x071BBA) is known color: International Klein Blue. HEX triplet: 07, 1B and BA. RGB value is (7,27,186). Sum of RGB (Red+Green+Blue) = 7+27+186=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #071BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BBA is #F8E445. Grayscale: #262626. Windows color (decimal): -16311366 or 12196615. OLE color: 12196615.
HSL color Cylindrical-coordinate representation of color #071BBA: hue angle of 233.3º 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 #071BBA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 27 | 186 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.27 |
| HSL | 233.3º | 0.93% | 0.38% | - |
| HSV(B) | 233.3º | 0.96% | 0.73% | - |
| XYZ | 9.34 | 4.37 | 46.81 | - |
| YUV | 39.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 186 | 0.96 | 0.85 | 0 | 0.27 | 233.3 | 0.93 | 0.38 |
| Hex | 7 | 1B | BA | 60 | 55 | 0 | 1B | E9 | 5D | 26 |
| Octal | 7 | 33 | 272 | 140 | 125 | 0 | 33 | 351 | 135 | 46 |
| Binary | 111 | 11011 | 10111010 | 1100000 | 1010101 | 0 | 11011 | 11101001 | 1011101 | 100110 |
Color Harmonies of #071BBA
Complementary color
Monochromatic Colors of #071BBA
Black with #071BBA
Text Example
Text Example
White with #071BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BBA; }
p { color: rgb(7,27,186); }
H1.HeaderClassName
{
color: #071BBA;
}
.AnyTagClassName
{
color: #071BBA;
}
</style>
background-color css
<style>
a { background-color: #071BBA; }
a { background-color: rgb(7,27,186); }
div.DivClassName
{
background-color: #071BBA;
}
.BgClassName
{
background-color: #071BBA;
}
</style>
border-color css
<style>
span { border-color: #071BBA; }
span { border-color: rgb(7,27,186); }
td.TdClassName
{
border-color: #071BBA;
}
.TagClassName
{
border-color: #071BBA;
}
</style>