Html Css Color HEX #0629BA International Klein Blue
📋 copy color: '#0629BA'red 6 ◦ green 41 ◦ blue 186
Shades of International Klein Blue #0629BA
Tints of International Klein Blue #0629BA
RGB
CMYK
RGB Variations
Color information
#0629BA (or 0x0629BA) is known color: International Klein Blue. HEX triplet: 06, 29 and BA. RGB value is (6,41,186). Sum of RGB (Red+Green+Blue) = 6+41+186=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0629BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629BA is #F9D645. Grayscale: #2E2E2E. Windows color (decimal): -16373318 or 12200198. OLE color: 12200198.
HSL color Cylindrical-coordinate representation of color #0629BA: hue angle of 228.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0629BA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 41 | 186 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.27 |
| HSL | 228.33º | 0.94% | 0.38% | - |
| HSV(B) | 228.33º | 0.97% | 0.73% | - |
| XYZ | 9.73 | 5.17 | 46.94 | - |
| YUV | 47.07 | 206.4 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 186 | 0.97 | 0.78 | 0 | 0.27 | 228.33 | 0.94 | 0.38 |
| Hex | 6 | 29 | BA | 61 | 4E | 0 | 1B | E4 | 5E | 26 |
| Octal | 6 | 51 | 272 | 141 | 116 | 0 | 33 | 344 | 136 | 46 |
| Binary | 110 | 101001 | 10111010 | 1100001 | 1001110 | 0 | 11011 | 11100100 | 1011110 | 100110 |
Color Harmonies of #0629BA
Complementary color
Monochromatic Colors of #0629BA
Black with #0629BA
Text Example
Text Example
White with #0629BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0629BA; }
p { color: rgb(6,41,186); }
H1.HeaderClassName
{
color: #0629BA;
}
.AnyTagClassName
{
color: #0629BA;
}
</style>
background-color css
<style>
a { background-color: #0629BA; }
a { background-color: rgb(6,41,186); }
div.DivClassName
{
background-color: #0629BA;
}
.BgClassName
{
background-color: #0629BA;
}
</style>
border-color css
<style>
span { border-color: #0629BA; }
span { border-color: rgb(6,41,186); }
td.TdClassName
{
border-color: #0629BA;
}
.TagClassName
{
border-color: #0629BA;
}
</style>