Html Css Color HEX #0132BA International Klein Blue
📋 copy color: '#0132BA'red 1 ◦ green 50 ◦ blue 186
Shades of International Klein Blue #0132BA
Tints of International Klein Blue #0132BA
RGB
CMYK
RGB Variations
Color information
#0132BA (or 0x0132BA) is known color: International Klein Blue. HEX triplet: 01, 32 and BA. RGB value is (1,50,186). Sum of RGB (Red+Green+Blue) = 1+50+186=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #0132BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0132BA is #FECD45. Grayscale: #323232. Windows color (decimal): -16698694 or 12202497. OLE color: 12202497.
HSL color Cylindrical-coordinate representation of color #0132BA: hue angle of 224.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0132BA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 50 | 186 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.27 |
| HSL | 224.11º | 0.99% | 0.37% | - |
| HSV(B) | 224.11º | 0.99% | 0.73% | - |
| XYZ | 10.02 | 5.83 | 47.05 | - |
| YUV | 50.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 186 | 0.99 | 0.73 | 0 | 0.27 | 224.11 | 0.99 | 0.37 |
| Hex | 1 | 32 | BA | 63 | 49 | 0 | 1B | E0 | 63 | 25 |
| Octal | 1 | 62 | 272 | 143 | 111 | 0 | 33 | 340 | 143 | 45 |
| Binary | 1 | 110010 | 10111010 | 1100011 | 1001001 | 0 | 11011 | 11100000 | 1100011 | 100101 |
Color Harmonies of #0132BA
Complementary color
Monochromatic Colors of #0132BA
Black with #0132BA
Text Example
Text Example
White with #0132BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132BA; }
p { color: rgb(1,50,186); }
H1.HeaderClassName
{
color: #0132BA;
}
.AnyTagClassName
{
color: #0132BA;
}
</style>
background-color css
<style>
a { background-color: #0132BA; }
a { background-color: rgb(1,50,186); }
div.DivClassName
{
background-color: #0132BA;
}
.BgClassName
{
background-color: #0132BA;
}
</style>
border-color css
<style>
span { border-color: #0132BA; }
span { border-color: rgb(1,50,186); }
td.TdClassName
{
border-color: #0132BA;
}
.TagClassName
{
border-color: #0132BA;
}
</style>