Html Css Color HEX #0726BD International Klein Blue
📋 copy color: '#0726BD'red 7 ◦ green 38 ◦ blue 189
Shades of International Klein Blue #0726BD
Tints of International Klein Blue #0726BD
RGB
CMYK
RGB Variations
Color information
#0726BD (or 0x0726BD) is known color: International Klein Blue. HEX triplet: 07, 26 and BD. RGB value is (7,38,189). Sum of RGB (Red+Green+Blue) = 7+38+189=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #0726BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726BD is #F8D942. Grayscale: #2D2D2D. Windows color (decimal): -16308547 or 12396039. OLE color: 12396039.
HSL color Cylindrical-coordinate representation of color #0726BD: hue angle of 229.78º 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 #0726BD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 38 | 189 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.26 |
| HSL | 229.78º | 0.93% | 0.38% | - |
| HSV(B) | 229.78º | 0.96% | 0.74% | - |
| XYZ | 9.97 | 5.11 | 48.6 | - |
| YUV | 45.95 | 208.73 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 189 | 0.96 | 0.80 | 0 | 0.26 | 229.78 | 0.93 | 0.38 |
| Hex | 7 | 26 | BD | 60 | 50 | 0 | 1A | E6 | 5D | 26 |
| Octal | 7 | 46 | 275 | 140 | 120 | 0 | 32 | 346 | 135 | 46 |
| Binary | 111 | 100110 | 10111101 | 1100000 | 1010000 | 0 | 11010 | 11100110 | 1011101 | 100110 |
Color Harmonies of #0726BD
Complementary color
Monochromatic Colors of #0726BD
Black with #0726BD
Text Example
Text Example
White with #0726BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0726BD; }
p { color: rgb(7,38,189); }
H1.HeaderClassName
{
color: #0726BD;
}
.AnyTagClassName
{
color: #0726BD;
}
</style>
background-color css
<style>
a { background-color: #0726BD; }
a { background-color: rgb(7,38,189); }
div.DivClassName
{
background-color: #0726BD;
}
.BgClassName
{
background-color: #0726BD;
}
</style>
border-color css
<style>
span { border-color: #0726BD; }
span { border-color: rgb(7,38,189); }
td.TdClassName
{
border-color: #0726BD;
}
.TagClassName
{
border-color: #0726BD;
}
</style>