Html Css Color HEX #0730BB International Klein Blue
📋 copy color: '#0730BB'red 7 ◦ green 48 ◦ blue 187
Shades of International Klein Blue #0730BB
Tints of International Klein Blue #0730BB
RGB
CMYK
RGB Variations
Color information
#0730BB (or 0x0730BB) is known color: International Klein Blue. HEX triplet: 07, 30 and BB. RGB value is (7,48,187). Sum of RGB (Red+Green+Blue) = 7+48+187=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #0730BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0730BB is #F8CF44. Grayscale: #323232. Windows color (decimal): -16305989 or 12267527. OLE color: 12267527.
HSL color Cylindrical-coordinate representation of color #0730BB: hue angle of 226.33º 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 #0730BB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 48 | 187 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.27 |
| HSL | 226.33º | 0.93% | 0.38% | - |
| HSV(B) | 226.33º | 0.96% | 0.73% | - |
| XYZ | 10.11 | 5.75 | 47.59 | - |
| YUV | 51.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 187 | 0.96 | 0.74 | 0 | 0.27 | 226.33 | 0.93 | 0.38 |
| Hex | 7 | 30 | BB | 60 | 4A | 0 | 1B | E2 | 5D | 26 |
| Octal | 7 | 60 | 273 | 140 | 112 | 0 | 33 | 342 | 135 | 46 |
| Binary | 111 | 110000 | 10111011 | 1100000 | 1001010 | 0 | 11011 | 11100010 | 1011101 | 100110 |
Color Harmonies of #0730BB
Complementary color
Monochromatic Colors of #0730BB
Black with #0730BB
Text Example
Text Example
White with #0730BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730BB; }
p { color: rgb(7,48,187); }
H1.HeaderClassName
{
color: #0730BB;
}
.AnyTagClassName
{
color: #0730BB;
}
</style>
background-color css
<style>
a { background-color: #0730BB; }
a { background-color: rgb(7,48,187); }
div.DivClassName
{
background-color: #0730BB;
}
.BgClassName
{
background-color: #0730BB;
}
</style>
border-color css
<style>
span { border-color: #0730BB; }
span { border-color: rgb(7,48,187); }
td.TdClassName
{
border-color: #0730BB;
}
.TagClassName
{
border-color: #0730BB;
}
</style>