Html Css Color HEX #0121BB International Klein Blue
📋 copy color: '#0121BB'red 1 ◦ green 33 ◦ blue 187
Shades of International Klein Blue #0121BB
Tints of International Klein Blue #0121BB
RGB
CMYK
RGB Variations
Color information
#0121BB (or 0x0121BB) is known color: International Klein Blue. HEX triplet: 01, 21 and BB. RGB value is (1,33,187). Sum of RGB (Red+Green+Blue) = 1+33+187=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #0121BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121BB is #FEDE44. Grayscale: #282828. Windows color (decimal): -16703045 or 12263681. OLE color: 12263681.
HSL color Cylindrical-coordinate representation of color #0121BB: hue angle of 229.68º 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 #0121BB is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 33 | 187 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.27 |
| HSL | 229.68º | 0.99% | 0.37% | - |
| HSV(B) | 229.68º | 0.99% | 0.73% | - |
| XYZ | 9.53 | 4.68 | 47.42 | - |
| YUV | 40.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 187 | 0.99 | 0.82 | 0 | 0.27 | 229.68 | 0.99 | 0.37 |
| Hex | 1 | 21 | BB | 63 | 52 | 0 | 1B | E6 | 63 | 25 |
| Octal | 1 | 41 | 273 | 143 | 122 | 0 | 33 | 346 | 143 | 45 |
| Binary | 1 | 100001 | 10111011 | 1100011 | 1010010 | 0 | 11011 | 11100110 | 1100011 | 100101 |
Color Harmonies of #0121BB
Complementary color
Monochromatic Colors of #0121BB
Black with #0121BB
Text Example
Text Example
White with #0121BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121BB; }
p { color: rgb(1,33,187); }
H1.HeaderClassName
{
color: #0121BB;
}
.AnyTagClassName
{
color: #0121BB;
}
</style>
background-color css
<style>
a { background-color: #0121BB; }
a { background-color: rgb(1,33,187); }
div.DivClassName
{
background-color: #0121BB;
}
.BgClassName
{
background-color: #0121BB;
}
</style>
border-color css
<style>
span { border-color: #0121BB; }
span { border-color: rgb(1,33,187); }
td.TdClassName
{
border-color: #0121BB;
}
.TagClassName
{
border-color: #0121BB;
}
</style>