Html Css Color HEX #0631BA International Klein Blue
📋 copy color: '#0631BA'red 6 ◦ green 49 ◦ blue 186
Shades of International Klein Blue #0631BA
Tints of International Klein Blue #0631BA
RGB
CMYK
RGB Variations
Color information
#0631BA (or 0x0631BA) is known color: International Klein Blue. HEX triplet: 06, 31 and BA. RGB value is (6,49,186). Sum of RGB (Red+Green+Blue) = 6+49+186=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 49 (19.53% from 255 or 20.33% 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 #0631BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631BA is #F9CE45. Grayscale: #333333. Windows color (decimal): -16371270 or 12202246. OLE color: 12202246.
HSL color Cylindrical-coordinate representation of color #0631BA: hue angle of 225.67º 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 #0631BA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 49 | 186 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.27 |
| HSL | 225.67º | 0.94% | 0.38% | - |
| HSV(B) | 225.67º | 0.97% | 0.73% | - |
| XYZ | 10.04 | 5.78 | 47.04 | - |
| YUV | 51.76 | 203.75 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 186 | 0.97 | 0.74 | 0 | 0.27 | 225.67 | 0.94 | 0.38 |
| Hex | 6 | 31 | BA | 61 | 4A | 0 | 1B | E2 | 5E | 26 |
| Octal | 6 | 61 | 272 | 141 | 112 | 0 | 33 | 342 | 136 | 46 |
| Binary | 110 | 110001 | 10111010 | 1100001 | 1001010 | 0 | 11011 | 11100010 | 1011110 | 100110 |
Color Harmonies of #0631BA
Complementary color
Monochromatic Colors of #0631BA
Black with #0631BA
Text Example
Text Example
White with #0631BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631BA; }
p { color: rgb(6,49,186); }
H1.HeaderClassName
{
color: #0631BA;
}
.AnyTagClassName
{
color: #0631BA;
}
</style>
background-color css
<style>
a { background-color: #0631BA; }
a { background-color: rgb(6,49,186); }
div.DivClassName
{
background-color: #0631BA;
}
.BgClassName
{
background-color: #0631BA;
}
</style>
border-color css
<style>
span { border-color: #0631BA; }
span { border-color: rgb(6,49,186); }
td.TdClassName
{
border-color: #0631BA;
}
.TagClassName
{
border-color: #0631BA;
}
</style>