Html Css Color HEX #0632BA International Klein Blue
📋 copy color: '#0632BA'red 6 ◦ green 50 ◦ blue 186
Shades of International Klein Blue #0632BA
Tints of International Klein Blue #0632BA
RGB
CMYK
RGB Variations
Color information
#0632BA (or 0x0632BA) is known color: International Klein Blue. HEX triplet: 06, 32 and BA. RGB value is (6,50,186). Sum of RGB (Red+Green+Blue) = 6+50+186=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0632BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632BA is #F9CD45. Grayscale: #333333. Windows color (decimal): -16371014 or 12202502. OLE color: 12202502.
HSL color Cylindrical-coordinate representation of color #0632BA: hue angle of 225.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 #0632BA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 50 | 186 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.27 |
| HSL | 225.33º | 0.94% | 0.38% | - |
| HSV(B) | 225.33º | 0.97% | 0.73% | - |
| XYZ | 10.08 | 5.87 | 47.06 | - |
| YUV | 52.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 186 | 0.97 | 0.73 | 0 | 0.27 | 225.33 | 0.94 | 0.38 |
| Hex | 6 | 32 | BA | 61 | 49 | 0 | 1B | E1 | 5E | 26 |
| Octal | 6 | 62 | 272 | 141 | 111 | 0 | 33 | 341 | 136 | 46 |
| Binary | 110 | 110010 | 10111010 | 1100001 | 1001001 | 0 | 11011 | 11100001 | 1011110 | 100110 |
Color Harmonies of #0632BA
Complementary color
Monochromatic Colors of #0632BA
Black with #0632BA
Text Example
Text Example
White with #0632BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632BA; }
p { color: rgb(6,50,186); }
H1.HeaderClassName
{
color: #0632BA;
}
.AnyTagClassName
{
color: #0632BA;
}
</style>
background-color css
<style>
a { background-color: #0632BA; }
a { background-color: rgb(6,50,186); }
div.DivClassName
{
background-color: #0632BA;
}
.BgClassName
{
background-color: #0632BA;
}
</style>
border-color css
<style>
span { border-color: #0632BA; }
span { border-color: rgb(6,50,186); }
td.TdClassName
{
border-color: #0632BA;
}
.TagClassName
{
border-color: #0632BA;
}
</style>