Html Css Color HEX #071CBB International Klein Blue
📋 copy color: '#071CBB'red 7 ◦ green 28 ◦ blue 187
Shades of International Klein Blue #071CBB
Tints of International Klein Blue #071CBB
RGB
CMYK
RGB Variations
Color information
#071CBB (or 0x071CBB) is known color: International Klein Blue. HEX triplet: 07, 1C and BB. RGB value is (7,28,187). Sum of RGB (Red+Green+Blue) = 7+28+187=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #071CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CBB is #F8E344. Grayscale: #272727. Windows color (decimal): -16311109 or 12262407. OLE color: 12262407.
HSL color Cylindrical-coordinate representation of color #071CBB: hue angle of 233º 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 #071CBB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 28 | 187 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.27 |
| HSL | 233º | 0.93% | 0.38% | - |
| HSV(B) | 233º | 0.96% | 0.73% | - |
| XYZ | 9.47 | 4.46 | 47.38 | - |
| YUV | 39.85 | 211.04 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 187 | 0.96 | 0.85 | 0 | 0.27 | 233 | 0.93 | 0.38 |
| Hex | 7 | 1C | BB | 60 | 55 | 0 | 1B | E9 | 5D | 26 |
| Octal | 7 | 34 | 273 | 140 | 125 | 0 | 33 | 351 | 135 | 46 |
| Binary | 111 | 11100 | 10111011 | 1100000 | 1010101 | 0 | 11011 | 11101001 | 1011101 | 100110 |
Color Harmonies of #071CBB
Complementary color
Monochromatic Colors of #071CBB
Black with #071CBB
Text Example
Text Example
White with #071CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CBB; }
p { color: rgb(7,28,187); }
H1.HeaderClassName
{
color: #071CBB;
}
.AnyTagClassName
{
color: #071CBB;
}
</style>
background-color css
<style>
a { background-color: #071CBB; }
a { background-color: rgb(7,28,187); }
div.DivClassName
{
background-color: #071CBB;
}
.BgClassName
{
background-color: #071CBB;
}
</style>
border-color css
<style>
span { border-color: #071CBB; }
span { border-color: rgb(7,28,187); }
td.TdClassName
{
border-color: #071CBB;
}
.TagClassName
{
border-color: #071CBB;
}
</style>