Html Css Color HEX #0632B1 International Klein Blue
📋 copy color: '#0632B1'red 6 ◦ green 50 ◦ blue 177
Shades of International Klein Blue #0632B1
Tints of International Klein Blue #0632B1
RGB
CMYK
RGB Variations
Color information
#0632B1 (or 0x0632B1) is known color: International Klein Blue. HEX triplet: 06, 32 and B1. RGB value is (6,50,177). Sum of RGB (Red+Green+Blue) = 6+50+177=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 177 (69.53% from 255 or 75.97% from 233); Max value from RGB is 177 - color contains mainly: blue. Hex color #0632B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0632B1 is #F9CD4E. Grayscale: #323232. Windows color (decimal): -16371023 or 11612678. OLE color: 11612678.
HSL color Cylindrical-coordinate representation of color #0632B1: hue angle of 224.56º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632B1 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 50 | 177 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.31 |
| HSL | 224.56º | 0.93% | 0.36% | - |
| HSV(B) | 224.56º | 0.97% | 0.69% | - |
| XYZ | 9.15 | 5.49 | 42.17 | - |
| YUV | 51.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 177 | 0.97 | 0.72 | 0 | 0.31 | 224.56 | 0.93 | 0.36 |
| Hex | 6 | 32 | B1 | 61 | 48 | 0 | 1F | E1 | 5D | 24 |
| Octal | 6 | 62 | 261 | 141 | 110 | 0 | 37 | 341 | 135 | 44 |
| Binary | 110 | 110010 | 10110001 | 1100001 | 1001000 | 0 | 11111 | 11100001 | 1011101 | 100100 |
Color Harmonies of #0632B1
Complementary color
Monochromatic Colors of #0632B1
Black with #0632B1
Text Example
Text Example
White with #0632B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0632B1; }
p { color: rgb(6,50,177); }
H1.HeaderClassName
{
color: #0632B1;
}
.AnyTagClassName
{
color: #0632B1;
}
</style>
background-color css
<style>
a { background-color: #0632B1; }
a { background-color: rgb(6,50,177); }
div.DivClassName
{
background-color: #0632B1;
}
.BgClassName
{
background-color: #0632B1;
}
</style>
border-color css
<style>
span { border-color: #0632B1; }
span { border-color: rgb(6,50,177); }
td.TdClassName
{
border-color: #0632B1;
}
.TagClassName
{
border-color: #0632B1;
}
</style>