Html Css Color HEX #0724BA International Klein Blue
📋 copy color: '#0724BA'red 7 ◦ green 36 ◦ blue 186
Shades of International Klein Blue #0724BA
Tints of International Klein Blue #0724BA
RGB
CMYK
RGB Variations
Color information
#0724BA (or 0x0724BA) is known color: International Klein Blue. HEX triplet: 07, 24 and BA. RGB value is (7,36,186). Sum of RGB (Red+Green+Blue) = 7+36+186=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0724BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0724BA is #F8DB45. Grayscale: #2B2B2B. Windows color (decimal): -16309062 or 12198919. OLE color: 12198919.
HSL color Cylindrical-coordinate representation of color #0724BA: hue angle of 230.28º 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 #0724BA is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 36 | 186 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.27 |
| HSL | 230.28º | 0.93% | 0.38% | - |
| HSV(B) | 230.28º | 0.96% | 0.73% | - |
| XYZ | 9.58 | 4.85 | 46.89 | - |
| YUV | 44.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 186 | 0.96 | 0.81 | 0 | 0.27 | 230.28 | 0.93 | 0.38 |
| Hex | 7 | 24 | BA | 60 | 51 | 0 | 1B | E6 | 5D | 26 |
| Octal | 7 | 44 | 272 | 140 | 121 | 0 | 33 | 346 | 135 | 46 |
| Binary | 111 | 100100 | 10111010 | 1100000 | 1010001 | 0 | 11011 | 11100110 | 1011101 | 100110 |
Color Harmonies of #0724BA
Complementary color
Monochromatic Colors of #0724BA
Black with #0724BA
Text Example
Text Example
White with #0724BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0724BA; }
p { color: rgb(7,36,186); }
H1.HeaderClassName
{
color: #0724BA;
}
.AnyTagClassName
{
color: #0724BA;
}
</style>
background-color css
<style>
a { background-color: #0724BA; }
a { background-color: rgb(7,36,186); }
div.DivClassName
{
background-color: #0724BA;
}
.BgClassName
{
background-color: #0724BA;
}
</style>
border-color css
<style>
span { border-color: #0724BA; }
span { border-color: rgb(7,36,186); }
td.TdClassName
{
border-color: #0724BA;
}
.TagClassName
{
border-color: #0724BA;
}
</style>