Html Css Color HEX #002CBC International Klein Blue
📋 copy color: '#002CBC'red 0 ◦ green 44 ◦ blue 188
Shades of International Klein Blue #002CBC
Tints of International Klein Blue #002CBC
RGB
CMYK
RGB Variations
Color information
#002CBC (or 0x002CBC) is known color: International Klein Blue. HEX triplet: 00, 2C and BC. RGB value is (0,44,188). Sum of RGB (Red+Green+Blue) = 0+44+188=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #002CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CBC is #FFD343. Grayscale: #2E2E2E. Windows color (decimal): -16765764 or 12332032. OLE color: 12332032.
HSL color Cylindrical-coordinate representation of color #002CBC: hue angle of 225.96º 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 #002CBC is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 44 | 188 | - |
| CMYK | 1 | 0.77 | 0 | 0.26 |
| HSL | 225.96º | 1% | 0.37% | - |
| HSV(B) | 225.96º | 1% | 0.74% | - |
| XYZ | 9.98 | 5.43 | 48.1 | - |
| YUV | 47.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 188 | 1 | 0.77 | 0 | 0.26 | 225.96 | 1 | 0.37 |
| Hex | 0 | 2C | BC | 64 | 4D | 0 | 1A | E2 | 64 | 25 |
| Octal | 0 | 54 | 274 | 144 | 115 | 0 | 32 | 342 | 144 | 45 |
| Binary | 0 | 101100 | 10111100 | 1100100 | 1001101 | 0 | 11010 | 11100010 | 1100100 | 100101 |
Color Harmonies of #002CBC
Complementary color
Monochromatic Colors of #002CBC
Black with #002CBC
Text Example
Text Example
White with #002CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CBC; }
p { color: rgb(0,44,188); }
H1.HeaderClassName
{
color: #002CBC;
}
.AnyTagClassName
{
color: #002CBC;
}
</style>
background-color css
<style>
a { background-color: #002CBC; }
a { background-color: rgb(0,44,188); }
div.DivClassName
{
background-color: #002CBC;
}
.BgClassName
{
background-color: #002CBC;
}
</style>
border-color css
<style>
span { border-color: #002CBC; }
span { border-color: rgb(0,44,188); }
td.TdClassName
{
border-color: #002CBC;
}
.TagClassName
{
border-color: #002CBC;
}
</style>