Html Css Color HEX #071BA4 International Klein Blue
📋 copy color: '#071BA4'red 7 ◦ green 27 ◦ blue 164
Shades of International Klein Blue #071BA4
Tints of International Klein Blue #071BA4
RGB
CMYK
RGB Variations
Color information
#071BA4 (or 0x071BA4) is known color: International Klein Blue. HEX triplet: 07, 1B and A4. RGB value is (7,27,164). Sum of RGB (Red+Green+Blue) = 7+27+164=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 164 (64.45% from 255 or 82.83% from 198); Max value from RGB is 164 - color contains mainly: blue. Hex color #071BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071BA4 is #F8E45B. Grayscale: #242424. Windows color (decimal): -16311388 or 10754823. OLE color: 10754823.
HSL color Cylindrical-coordinate representation of color #071BA4: hue angle of 232.36º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #071BA4 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 27 | 164 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.36 |
| HSL | 232.36º | 0.92% | 0.34% | - |
| HSV(B) | 232.36º | 0.96% | 0.64% | - |
| XYZ | 7.18 | 3.51 | 35.42 | - |
| YUV | 36.64 | 199.87 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 164 | 0.96 | 0.84 | 0 | 0.36 | 232.36 | 0.92 | 0.34 |
| Hex | 7 | 1B | A4 | 60 | 54 | 0 | 24 | E8 | 5C | 22 |
| Octal | 7 | 33 | 244 | 140 | 124 | 0 | 44 | 350 | 134 | 42 |
| Binary | 111 | 11011 | 10100100 | 1100000 | 1010100 | 0 | 100100 | 11101000 | 1011100 | 100010 |
Color Harmonies of #071BA4
Complementary color
Monochromatic Colors of #071BA4
Black with #071BA4
Text Example
Text Example
White with #071BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BA4; }
p { color: rgb(7,27,164); }
H1.HeaderClassName
{
color: #071BA4;
}
.AnyTagClassName
{
color: #071BA4;
}
</style>
background-color css
<style>
a { background-color: #071BA4; }
a { background-color: rgb(7,27,164); }
div.DivClassName
{
background-color: #071BA4;
}
.BgClassName
{
background-color: #071BA4;
}
</style>
border-color css
<style>
span { border-color: #071BA4; }
span { border-color: rgb(7,27,164); }
td.TdClassName
{
border-color: #071BA4;
}
.TagClassName
{
border-color: #071BA4;
}
</style>