Html Css Color HEX #002ABC International Klein Blue
📋 copy color: '#002ABC'red 0 ◦ green 42 ◦ blue 188
Shades of International Klein Blue #002ABC
Tints of International Klein Blue #002ABC
RGB
CMYK
RGB Variations
Color information
#002ABC (or 0x002ABC) is known color: International Klein Blue. HEX triplet: 00, 2A and BC. RGB value is (0,42,188). Sum of RGB (Red+Green+Blue) = 0+42+188=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #002ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ABC is #FFD543. Grayscale: #2D2D2D. Windows color (decimal): -16766276 or 12331520. OLE color: 12331520.
HSL color Cylindrical-coordinate representation of color #002ABC: hue angle of 226.6º 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 #002ABC is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 42 | 188 | - |
| CMYK | 1 | 0.78 | 0 | 0.26 |
| HSL | 226.6º | 1% | 0.37% | - |
| HSV(B) | 226.6º | 1% | 0.74% | - |
| XYZ | 9.91 | 5.29 | 48.08 | - |
| YUV | 46.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 188 | 1 | 0.78 | 0 | 0.26 | 226.6 | 1 | 0.37 |
| Hex | 0 | 2A | BC | 64 | 4E | 0 | 1A | E3 | 64 | 25 |
| Octal | 0 | 52 | 274 | 144 | 116 | 0 | 32 | 343 | 144 | 45 |
| Binary | 0 | 101010 | 10111100 | 1100100 | 1001110 | 0 | 11010 | 11100011 | 1100100 | 100101 |
Color Harmonies of #002ABC
Complementary color
Monochromatic Colors of #002ABC
Black with #002ABC
Text Example
Text Example
White with #002ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ABC; }
p { color: rgb(0,42,188); }
H1.HeaderClassName
{
color: #002ABC;
}
.AnyTagClassName
{
color: #002ABC;
}
</style>
background-color css
<style>
a { background-color: #002ABC; }
a { background-color: rgb(0,42,188); }
div.DivClassName
{
background-color: #002ABC;
}
.BgClassName
{
background-color: #002ABC;
}
</style>
border-color css
<style>
span { border-color: #002ABC; }
span { border-color: rgb(0,42,188); }
td.TdClassName
{
border-color: #002ABC;
}
.TagClassName
{
border-color: #002ABC;
}
</style>