Html Css Color HEX #0724BC International Klein Blue
📋 copy color: '#0724BC'red 7 ◦ green 36 ◦ blue 188
Shades of International Klein Blue #0724BC
Tints of International Klein Blue #0724BC
RGB
CMYK
RGB Variations
Color information
#0724BC (or 0x0724BC) is known color: International Klein Blue. HEX triplet: 07, 24 and BC. RGB value is (7,36,188). Sum of RGB (Red+Green+Blue) = 7+36+188=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #0724BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0724BC is #F8DB43. Grayscale: #2C2C2C. Windows color (decimal): -16309060 or 12329991. OLE color: 12329991.
HSL color Cylindrical-coordinate representation of color #0724BC: hue angle of 230.39º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0724BC is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 36 | 188 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.26 |
| HSL | 230.39º | 0.93% | 0.38% | - |
| HSV(B) | 230.39º | 0.96% | 0.74% | - |
| XYZ | 9.8 | 4.94 | 48.01 | - |
| YUV | 44.66 | 208.89 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 188 | 0.96 | 0.81 | 0 | 0.26 | 230.39 | 0.93 | 0.38 |
| Hex | 7 | 24 | BC | 60 | 51 | 0 | 1A | E6 | 5D | 26 |
| Octal | 7 | 44 | 274 | 140 | 121 | 0 | 32 | 346 | 135 | 46 |
| Binary | 111 | 100100 | 10111100 | 1100000 | 1010001 | 0 | 11010 | 11100110 | 1011101 | 100110 |
Color Harmonies of #0724BC
Complementary color
Monochromatic Colors of #0724BC
Black with #0724BC
Text Example
Text Example
White with #0724BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0724BC; }
p { color: rgb(7,36,188); }
H1.HeaderClassName
{
color: #0724BC;
}
.AnyTagClassName
{
color: #0724BC;
}
</style>
background-color css
<style>
a { background-color: #0724BC; }
a { background-color: rgb(7,36,188); }
div.DivClassName
{
background-color: #0724BC;
}
.BgClassName
{
background-color: #0724BC;
}
</style>
border-color css
<style>
span { border-color: #0724BC; }
span { border-color: rgb(7,36,188); }
td.TdClassName
{
border-color: #0724BC;
}
.TagClassName
{
border-color: #0724BC;
}
</style>