Html Css Color HEX #0626BA International Klein Blue
📋 copy color: '#0626BA'red 6 ◦ green 38 ◦ blue 186
Shades of International Klein Blue #0626BA
Tints of International Klein Blue #0626BA
RGB
CMYK
RGB Variations
Color information
#0626BA (or 0x0626BA) is known color: International Klein Blue. HEX triplet: 06, 26 and BA. RGB value is (6,38,186). Sum of RGB (Red+Green+Blue) = 6+38+186=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0626BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0626BA is #F9D945. Grayscale: #2C2C2C. Windows color (decimal): -16374086 or 12199430. OLE color: 12199430.
HSL color Cylindrical-coordinate representation of color #0626BA: hue angle of 229.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 #0626BA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 38 | 186 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.27 |
| HSL | 229.33º | 0.94% | 0.38% | - |
| HSV(B) | 229.33º | 0.97% | 0.73% | - |
| XYZ | 9.63 | 4.97 | 46.91 | - |
| YUV | 45.3 | 207.4 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 186 | 0.97 | 0.80 | 0 | 0.27 | 229.33 | 0.94 | 0.38 |
| Hex | 6 | 26 | BA | 61 | 50 | 0 | 1B | E5 | 5E | 26 |
| Octal | 6 | 46 | 272 | 141 | 120 | 0 | 33 | 345 | 136 | 46 |
| Binary | 110 | 100110 | 10111010 | 1100001 | 1010000 | 0 | 11011 | 11100101 | 1011110 | 100110 |
Color Harmonies of #0626BA
Complementary color
Monochromatic Colors of #0626BA
Black with #0626BA
Text Example
Text Example
White with #0626BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0626BA; }
p { color: rgb(6,38,186); }
H1.HeaderClassName
{
color: #0626BA;
}
.AnyTagClassName
{
color: #0626BA;
}
</style>
background-color css
<style>
a { background-color: #0626BA; }
a { background-color: rgb(6,38,186); }
div.DivClassName
{
background-color: #0626BA;
}
.BgClassName
{
background-color: #0626BA;
}
</style>
border-color css
<style>
span { border-color: #0626BA; }
span { border-color: rgb(6,38,186); }
td.TdClassName
{
border-color: #0626BA;
}
.TagClassName
{
border-color: #0626BA;
}
</style>