Html Css Color HEX #002ABA International Klein Blue
📋 copy color: '#002ABA'red 0 ◦ green 42 ◦ blue 186
Shades of International Klein Blue #002ABA
Tints of International Klein Blue #002ABA
RGB
CMYK
RGB Variations
Color information
#002ABA (or 0x002ABA) is known color: International Klein Blue. HEX triplet: 00, 2A and BA. RGB value is (0,42,186). Sum of RGB (Red+Green+Blue) = 0+42+186=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #002ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ABA is #FFD545. Grayscale: #2D2D2D. Windows color (decimal): -16766278 or 12200448. OLE color: 12200448.
HSL color Cylindrical-coordinate representation of color #002ABA: hue angle of 226.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ABA is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 42 | 186 | - |
| CMYK | 1 | 0.77 | 0 | 0.27 |
| HSL | 226.45º | 1% | 0.36% | - |
| HSV(B) | 226.45º | 1% | 0.73% | - |
| XYZ | 9.69 | 5.2 | 46.95 | - |
| YUV | 45.86 | 207.09 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 186 | 1 | 0.77 | 0 | 0.27 | 226.45 | 1 | 0.36 |
| Hex | 0 | 2A | BA | 64 | 4D | 0 | 1B | E2 | 64 | 24 |
| Octal | 0 | 52 | 272 | 144 | 115 | 0 | 33 | 342 | 144 | 44 |
| Binary | 0 | 101010 | 10111010 | 1100100 | 1001101 | 0 | 11011 | 11100010 | 1100100 | 100100 |
Color Harmonies of #002ABA
Complementary color
Monochromatic Colors of #002ABA
Black with #002ABA
Text Example
Text Example
White with #002ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ABA; }
p { color: rgb(0,42,186); }
H1.HeaderClassName
{
color: #002ABA;
}
.AnyTagClassName
{
color: #002ABA;
}
</style>
background-color css
<style>
a { background-color: #002ABA; }
a { background-color: rgb(0,42,186); }
div.DivClassName
{
background-color: #002ABA;
}
.BgClassName
{
background-color: #002ABA;
}
</style>
border-color css
<style>
span { border-color: #002ABA; }
span { border-color: rgb(0,42,186); }
td.TdClassName
{
border-color: #002ABA;
}
.TagClassName
{
border-color: #002ABA;
}
</style>