Html Css Color HEX #002CBB International Klein Blue
📋 copy color: '#002CBB'red 0 ◦ green 44 ◦ blue 187
Shades of International Klein Blue #002CBB
Tints of International Klein Blue #002CBB
RGB
CMYK
RGB Variations
Color information
#002CBB (or 0x002CBB) is known color: International Klein Blue. HEX triplet: 00, 2C and BB. RGB value is (0,44,187). Sum of RGB (Red+Green+Blue) = 0+44+187=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #002CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CBB is #FFD344. Grayscale: #2E2E2E. Windows color (decimal): -16765765 or 12266496. OLE color: 12266496.
HSL color Cylindrical-coordinate representation of color #002CBB: hue angle of 225.88º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CBB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 44 | 187 | - |
| CMYK | 1 | 0.76 | 0 | 0.27 |
| HSL | 225.88º | 1% | 0.37% | - |
| HSV(B) | 225.88º | 1% | 0.73% | - |
| XYZ | 9.87 | 5.39 | 47.53 | - |
| YUV | 47.15 | 206.92 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 187 | 1 | 0.76 | 0 | 0.27 | 225.88 | 1 | 0.37 |
| Hex | 0 | 2C | BB | 64 | 4C | 0 | 1B | E2 | 64 | 25 |
| Octal | 0 | 54 | 273 | 144 | 114 | 0 | 33 | 342 | 144 | 45 |
| Binary | 0 | 101100 | 10111011 | 1100100 | 1001100 | 0 | 11011 | 11100010 | 1100100 | 100101 |
Color Harmonies of #002CBB
Complementary color
Monochromatic Colors of #002CBB
Black with #002CBB
Text Example
Text Example
White with #002CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CBB; }
p { color: rgb(0,44,187); }
H1.HeaderClassName
{
color: #002CBB;
}
.AnyTagClassName
{
color: #002CBB;
}
</style>
background-color css
<style>
a { background-color: #002CBB; }
a { background-color: rgb(0,44,187); }
div.DivClassName
{
background-color: #002CBB;
}
.BgClassName
{
background-color: #002CBB;
}
</style>
border-color css
<style>
span { border-color: #002CBB; }
span { border-color: rgb(0,44,187); }
td.TdClassName
{
border-color: #002CBB;
}
.TagClassName
{
border-color: #002CBB;
}
</style>