Html Css Color HEX #002BBC International Klein Blue
📋 copy color: '#002BBC'red 0 ◦ green 43 ◦ blue 188
Shades of International Klein Blue #002BBC
Tints of International Klein Blue #002BBC
RGB
CMYK
RGB Variations
Color information
#002BBC (or 0x002BBC) is known color: International Klein Blue. HEX triplet: 00, 2B and BC. RGB value is (0,43,188). Sum of RGB (Red+Green+Blue) = 0+43+188=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #002BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BBC is #FFD443. Grayscale: #2E2E2E. Windows color (decimal): -16766020 or 12331776. OLE color: 12331776.
HSL color Cylindrical-coordinate representation of color #002BBC: hue angle of 226.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BBC is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 43 | 188 | - |
| CMYK | 1 | 0.77 | 0 | 0.26 |
| HSL | 226.28º | 1% | 0.37% | - |
| HSV(B) | 226.28º | 1% | 0.74% | - |
| XYZ | 9.94 | 5.36 | 48.09 | - |
| YUV | 46.67 | 207.75 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 188 | 1 | 0.77 | 0 | 0.26 | 226.28 | 1 | 0.37 |
| Hex | 0 | 2B | BC | 64 | 4D | 0 | 1A | E2 | 64 | 25 |
| Octal | 0 | 53 | 274 | 144 | 115 | 0 | 32 | 342 | 144 | 45 |
| Binary | 0 | 101011 | 10111100 | 1100100 | 1001101 | 0 | 11010 | 11100010 | 1100100 | 100101 |
Color Harmonies of #002BBC
Complementary color
Monochromatic Colors of #002BBC
Black with #002BBC
Text Example
Text Example
White with #002BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BBC; }
p { color: rgb(0,43,188); }
H1.HeaderClassName
{
color: #002BBC;
}
.AnyTagClassName
{
color: #002BBC;
}
</style>
background-color css
<style>
a { background-color: #002BBC; }
a { background-color: rgb(0,43,188); }
div.DivClassName
{
background-color: #002BBC;
}
.BgClassName
{
background-color: #002BBC;
}
</style>
border-color css
<style>
span { border-color: #002BBC; }
span { border-color: rgb(0,43,188); }
td.TdClassName
{
border-color: #002BBC;
}
.TagClassName
{
border-color: #002BBC;
}
</style>