Html Css Color HEX #0632BD International Klein Blue
📋 copy color: '#0632BD'red 6 ◦ green 50 ◦ blue 189
Shades of International Klein Blue #0632BD
Tints of International Klein Blue #0632BD
RGB
CMYK
RGB Variations
Color information
#0632BD (or 0x0632BD) is known color: International Klein Blue. HEX triplet: 06, 32 and BD. RGB value is (6,50,189). Sum of RGB (Red+Green+Blue) = 6+50+189=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #0632BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632BD is #F9CD42. Grayscale: #343434. Windows color (decimal): -16371011 or 12399110. OLE color: 12399110.
HSL color Cylindrical-coordinate representation of color #0632BD: hue angle of 225.57º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632BD is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 50 | 189 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.26 |
| HSL | 225.57º | 0.94% | 0.38% | - |
| HSV(B) | 225.57º | 0.97% | 0.74% | - |
| XYZ | 10.4 | 5.99 | 48.75 | - |
| YUV | 52.69 | 204.92 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 189 | 0.97 | 0.74 | 0 | 0.26 | 225.57 | 0.94 | 0.38 |
| Hex | 6 | 32 | BD | 61 | 4A | 0 | 1A | E2 | 5E | 26 |
| Octal | 6 | 62 | 275 | 141 | 112 | 0 | 32 | 342 | 136 | 46 |
| Binary | 110 | 110010 | 10111101 | 1100001 | 1001010 | 0 | 11010 | 11100010 | 1011110 | 100110 |
Color Harmonies of #0632BD
Complementary color
Monochromatic Colors of #0632BD
Black with #0632BD
Text Example
Text Example
White with #0632BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632BD; }
p { color: rgb(6,50,189); }
H1.HeaderClassName
{
color: #0632BD;
}
.AnyTagClassName
{
color: #0632BD;
}
</style>
background-color css
<style>
a { background-color: #0632BD; }
a { background-color: rgb(6,50,189); }
div.DivClassName
{
background-color: #0632BD;
}
.BgClassName
{
background-color: #0632BD;
}
</style>
border-color css
<style>
span { border-color: #0632BD; }
span { border-color: rgb(6,50,189); }
td.TdClassName
{
border-color: #0632BD;
}
.TagClassName
{
border-color: #0632BD;
}
</style>