Html Css Color HEX #072BBE International Klein Blue
📋 copy color: '#072BBE'red 7 ◦ green 43 ◦ blue 190
Shades of International Klein Blue #072BBE
Tints of International Klein Blue #072BBE
RGB
CMYK
RGB Variations
Color information
#072BBE (or 0x072BBE) is known color: International Klein Blue. HEX triplet: 07, 2B and BE. RGB value is (7,43,190). Sum of RGB (Red+Green+Blue) = 7+43+190=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #072BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BBE is #F8D441. Grayscale: #303030. Windows color (decimal): -16307266 or 12462855. OLE color: 12462855.
HSL color Cylindrical-coordinate representation of color #072BBE: hue angle of 228.2º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BBE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 43 | 190 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.25 |
| HSL | 228.2º | 0.93% | 0.39% | - |
| HSV(B) | 228.2º | 0.96% | 0.75% | - |
| XYZ | 10.25 | 5.49 | 49.23 | - |
| YUV | 48.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 190 | 0.96 | 0.77 | 0 | 0.25 | 228.2 | 0.93 | 0.39 |
| Hex | 7 | 2B | BE | 60 | 4D | 0 | 19 | E4 | 5D | 27 |
| Octal | 7 | 53 | 276 | 140 | 115 | 0 | 31 | 344 | 135 | 47 |
| Binary | 111 | 101011 | 10111110 | 1100000 | 1001101 | 0 | 11001 | 11100100 | 1011101 | 100111 |
Color Harmonies of #072BBE
Complementary color
Monochromatic Colors of #072BBE
Black with #072BBE
Text Example
Text Example
White with #072BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BBE; }
p { color: rgb(7,43,190); }
H1.HeaderClassName
{
color: #072BBE;
}
.AnyTagClassName
{
color: #072BBE;
}
</style>
background-color css
<style>
a { background-color: #072BBE; }
a { background-color: rgb(7,43,190); }
div.DivClassName
{
background-color: #072BBE;
}
.BgClassName
{
background-color: #072BBE;
}
</style>
border-color css
<style>
span { border-color: #072BBE; }
span { border-color: rgb(7,43,190); }
td.TdClassName
{
border-color: #072BBE;
}
.TagClassName
{
border-color: #072BBE;
}
</style>