Html Css Color HEX #0730BA International Klein Blue
📋 copy color: '#0730BA'red 7 ◦ green 48 ◦ blue 186
Shades of International Klein Blue #0730BA
Tints of International Klein Blue #0730BA
RGB
CMYK
RGB Variations
Color information
#0730BA (or 0x0730BA) is known color: International Klein Blue. HEX triplet: 07, 30 and BA. RGB value is (7,48,186). Sum of RGB (Red+Green+Blue) = 7+48+186=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0730BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0730BA is #F8CF45. Grayscale: #323232. Windows color (decimal): -16305990 or 12201991. OLE color: 12201991.
HSL color Cylindrical-coordinate representation of color #0730BA: hue angle of 226.26º 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 #0730BA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 48 | 186 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.27 |
| HSL | 226.26º | 0.93% | 0.38% | - |
| HSV(B) | 226.26º | 0.96% | 0.73% | - |
| XYZ | 10.01 | 5.7 | 47.03 | - |
| YUV | 51.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 186 | 0.96 | 0.74 | 0 | 0.27 | 226.26 | 0.93 | 0.38 |
| Hex | 7 | 30 | BA | 60 | 4A | 0 | 1B | E2 | 5D | 26 |
| Octal | 7 | 60 | 272 | 140 | 112 | 0 | 33 | 342 | 135 | 46 |
| Binary | 111 | 110000 | 10111010 | 1100000 | 1001010 | 0 | 11011 | 11100010 | 1011101 | 100110 |
Color Harmonies of #0730BA
Complementary color
Monochromatic Colors of #0730BA
Black with #0730BA
Text Example
Text Example
White with #0730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730BA; }
p { color: rgb(7,48,186); }
H1.HeaderClassName
{
color: #0730BA;
}
.AnyTagClassName
{
color: #0730BA;
}
</style>
background-color css
<style>
a { background-color: #0730BA; }
a { background-color: rgb(7,48,186); }
div.DivClassName
{
background-color: #0730BA;
}
.BgClassName
{
background-color: #0730BA;
}
</style>
border-color css
<style>
span { border-color: #0730BA; }
span { border-color: rgb(7,48,186); }
td.TdClassName
{
border-color: #0730BA;
}
.TagClassName
{
border-color: #0730BA;
}
</style>