Html Css Color HEX #0020BE International Klein Blue
📋 copy color: '#0020BE'red 0 ◦ green 32 ◦ blue 190
Shades of International Klein Blue #0020BE
Tints of International Klein Blue #0020BE
RGB
CMYK
RGB Variations
Color information
#0020BE (or 0x0020BE) is known color: International Klein Blue. HEX triplet: 00, 20 and BE. RGB value is (0,32,190). Sum of RGB (Red+Green+Blue) = 0+32+190=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #0020BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020BE is #FFDF41. Grayscale: #272727. Windows color (decimal): -16768834 or 12460032. OLE color: 12460032.
HSL color Cylindrical-coordinate representation of color #0020BE: hue angle of 229.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020BE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 32 | 190 | - |
| CMYK | 1 | 0.83 | 0 | 0.25 |
| HSL | 229.89º | 1% | 0.37% | - |
| HSV(B) | 229.89º | 1% | 0.75% | - |
| XYZ | 9.81 | 4.75 | 49.12 | - |
| YUV | 40.44 | 212.4 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 190 | 1 | 0.83 | 0 | 0.25 | 229.89 | 1 | 0.37 |
| Hex | 0 | 20 | BE | 64 | 53 | 0 | 19 | E6 | 64 | 25 |
| Octal | 0 | 40 | 276 | 144 | 123 | 0 | 31 | 346 | 144 | 45 |
| Binary | 0 | 100000 | 10111110 | 1100100 | 1010011 | 0 | 11001 | 11100110 | 1100100 | 100101 |
Color Harmonies of #0020BE
Complementary color
Monochromatic Colors of #0020BE
Black with #0020BE
Text Example
Text Example
White with #0020BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020BE; }
p { color: rgb(0,32,190); }
H1.HeaderClassName
{
color: #0020BE;
}
.AnyTagClassName
{
color: #0020BE;
}
</style>
background-color css
<style>
a { background-color: #0020BE; }
a { background-color: rgb(0,32,190); }
div.DivClassName
{
background-color: #0020BE;
}
.BgClassName
{
background-color: #0020BE;
}
</style>
border-color css
<style>
span { border-color: #0020BE; }
span { border-color: rgb(0,32,190); }
td.TdClassName
{
border-color: #0020BE;
}
.TagClassName
{
border-color: #0020BE;
}
</style>