Html Css Color HEX #002BA0 International Klein Blue
📋 copy color: '#002BA0'red 0 ◦ green 43 ◦ blue 160
Shades of International Klein Blue #002BA0
Tints of International Klein Blue #002BA0
RGB
CMYK
RGB Variations
Color information
#002BA0 (or 0x002BA0) is known color: International Klein Blue. HEX triplet: 00, 2B and A0. RGB value is (0,43,160). Sum of RGB (Red+Green+Blue) = 0+43+160=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #002BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BA0 is #FFD45F. Grayscale: #2A2A2A. Windows color (decimal): -16766048 or 10496768. OLE color: 10496768.
HSL color Cylindrical-coordinate representation of color #002BA0: hue angle of 223.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BA0 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 43 | 160 | - |
| CMYK | 1 | 0.73 | 0 | 0.37 |
| HSL | 223.88º | 1% | 0.31% | - |
| HSV(B) | 223.88º | 1% | 0.63% | - |
| XYZ | 7.21 | 4.27 | 33.7 | - |
| YUV | 43.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 160 | 1 | 0.73 | 0 | 0.37 | 223.88 | 1 | 0.31 |
| Hex | 0 | 2B | A0 | 64 | 49 | 0 | 25 | E0 | 64 | 1F |
| Octal | 0 | 53 | 240 | 144 | 111 | 0 | 45 | 340 | 144 | 37 |
| Binary | 0 | 101011 | 10100000 | 1100100 | 1001001 | 0 | 100101 | 11100000 | 1100100 | 11111 |
Color Harmonies of #002BA0
Complementary color
Monochromatic Colors of #002BA0
Black with #002BA0
Text Example
Text Example
White with #002BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002BA0; }
p { color: rgb(0,43,160); }
H1.HeaderClassName
{
color: #002BA0;
}
.AnyTagClassName
{
color: #002BA0;
}
</style>
background-color css
<style>
a { background-color: #002BA0; }
a { background-color: rgb(0,43,160); }
div.DivClassName
{
background-color: #002BA0;
}
.BgClassName
{
background-color: #002BA0;
}
</style>
border-color css
<style>
span { border-color: #002BA0; }
span { border-color: rgb(0,43,160); }
td.TdClassName
{
border-color: #002BA0;
}
.TagClassName
{
border-color: #002BA0;
}
</style>