Html Css Color HEX #0121BE International Klein Blue
📋 copy color: '#0121BE'red 1 ◦ green 33 ◦ blue 190
Shades of International Klein Blue #0121BE
Tints of International Klein Blue #0121BE
RGB
CMYK
RGB Variations
Color information
#0121BE (or 0x0121BE) is known color: International Klein Blue. HEX triplet: 01, 21 and BE. RGB value is (1,33,190). Sum of RGB (Red+Green+Blue) = 1+33+190=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #0121BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121BE is #FEDE41. Grayscale: #282828. Windows color (decimal): -16703042 or 12460289. OLE color: 12460289.
HSL color Cylindrical-coordinate representation of color #0121BE: hue angle of 229.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0121BE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 33 | 190 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.25 |
| HSL | 229.84º | 0.99% | 0.37% | - |
| HSV(B) | 229.84º | 0.99% | 0.75% | - |
| XYZ | 9.85 | 4.81 | 49.12 | - |
| YUV | 41.33 | 211.9 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 190 | 0.99 | 0.83 | 0 | 0.25 | 229.84 | 0.99 | 0.37 |
| Hex | 1 | 21 | BE | 63 | 53 | 0 | 19 | E6 | 63 | 25 |
| Octal | 1 | 41 | 276 | 143 | 123 | 0 | 31 | 346 | 143 | 45 |
| Binary | 1 | 100001 | 10111110 | 1100011 | 1010011 | 0 | 11001 | 11100110 | 1100011 | 100101 |
Color Harmonies of #0121BE
Complementary color
Monochromatic Colors of #0121BE
Black with #0121BE
Text Example
Text Example
White with #0121BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121BE; }
p { color: rgb(1,33,190); }
H1.HeaderClassName
{
color: #0121BE;
}
.AnyTagClassName
{
color: #0121BE;
}
</style>
background-color css
<style>
a { background-color: #0121BE; }
a { background-color: rgb(1,33,190); }
div.DivClassName
{
background-color: #0121BE;
}
.BgClassName
{
background-color: #0121BE;
}
</style>
border-color css
<style>
span { border-color: #0121BE; }
span { border-color: rgb(1,33,190); }
td.TdClassName
{
border-color: #0121BE;
}
.TagClassName
{
border-color: #0121BE;
}
</style>