Html Css Color HEX #002ABB International Klein Blue
📋 copy color: '#002ABB'red 0 ◦ green 42 ◦ blue 187
Shades of International Klein Blue #002ABB
Tints of International Klein Blue #002ABB
RGB
CMYK
RGB Variations
Color information
#002ABB (or 0x002ABB) is known color: International Klein Blue. HEX triplet: 00, 2A and BB. RGB value is (0,42,187). Sum of RGB (Red+Green+Blue) = 0+42+187=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #002ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ABB is #FFD544. Grayscale: #2D2D2D. Windows color (decimal): -16766277 or 12265984. OLE color: 12265984.
HSL color Cylindrical-coordinate representation of color #002ABB: hue angle of 226.52º 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 #002ABB is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 42 | 187 | - |
| CMYK | 1 | 0.78 | 0 | 0.27 |
| HSL | 226.52º | 1% | 0.37% | - |
| HSV(B) | 226.52º | 1% | 0.73% | - |
| XYZ | 9.8 | 5.24 | 47.51 | - |
| YUV | 45.97 | 207.59 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 187 | 1 | 0.78 | 0 | 0.27 | 226.52 | 1 | 0.37 |
| Hex | 0 | 2A | BB | 64 | 4E | 0 | 1B | E3 | 64 | 25 |
| Octal | 0 | 52 | 273 | 144 | 116 | 0 | 33 | 343 | 144 | 45 |
| Binary | 0 | 101010 | 10111011 | 1100100 | 1001110 | 0 | 11011 | 11100011 | 1100100 | 100101 |
Color Harmonies of #002ABB
Complementary color
Monochromatic Colors of #002ABB
Black with #002ABB
Text Example
Text Example
White with #002ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ABB; }
p { color: rgb(0,42,187); }
H1.HeaderClassName
{
color: #002ABB;
}
.AnyTagClassName
{
color: #002ABB;
}
</style>
background-color css
<style>
a { background-color: #002ABB; }
a { background-color: rgb(0,42,187); }
div.DivClassName
{
background-color: #002ABB;
}
.BgClassName
{
background-color: #002ABB;
}
</style>
border-color css
<style>
span { border-color: #002ABB; }
span { border-color: rgb(0,42,187); }
td.TdClassName
{
border-color: #002ABB;
}
.TagClassName
{
border-color: #002ABB;
}
</style>