Html Css Color HEX #002BAB International Klein Blue
📋 copy color: '#002BAB'red 0 ◦ green 43 ◦ blue 171
Shades of International Klein Blue #002BAB
Tints of International Klein Blue #002BAB
RGB
CMYK
RGB Variations
Color information
#002BAB (or 0x002BAB) is known color: International Klein Blue. HEX triplet: 00, 2B and AB. RGB value is (0,43,171). Sum of RGB (Red+Green+Blue) = 0+43+171=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #002BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BAB is #FFD454. Grayscale: #2C2C2C. Windows color (decimal): -16766037 or 11217664. OLE color: 11217664.
HSL color Cylindrical-coordinate representation of color #002BAB: hue angle of 224.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BAB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 43 | 171 | - |
| CMYK | 1 | 0.75 | 0 | 0.33 |
| HSL | 224.91º | 1% | 0.34% | - |
| HSV(B) | 224.91º | 1% | 0.67% | - |
| XYZ | 8.21 | 4.67 | 39 | - |
| YUV | 44.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 171 | 1 | 0.75 | 0 | 0.33 | 224.91 | 1 | 0.34 |
| Hex | 0 | 2B | AB | 64 | 4B | 0 | 21 | E1 | 64 | 22 |
| Octal | 0 | 53 | 253 | 144 | 113 | 0 | 41 | 341 | 144 | 42 |
| Binary | 0 | 101011 | 10101011 | 1100100 | 1001011 | 0 | 100001 | 11100001 | 1100100 | 100010 |
Color Harmonies of #002BAB
Complementary color
Monochromatic Colors of #002BAB
Black with #002BAB
Text Example
Text Example
White with #002BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BAB; }
p { color: rgb(0,43,171); }
H1.HeaderClassName
{
color: #002BAB;
}
.AnyTagClassName
{
color: #002BAB;
}
</style>
background-color css
<style>
a { background-color: #002BAB; }
a { background-color: rgb(0,43,171); }
div.DivClassName
{
background-color: #002BAB;
}
.BgClassName
{
background-color: #002BAB;
}
</style>
border-color css
<style>
span { border-color: #002BAB; }
span { border-color: rgb(0,43,171); }
td.TdClassName
{
border-color: #002BAB;
}
.TagClassName
{
border-color: #002BAB;
}
</style>