Html Css Color HEX #002AA0 International Klein Blue
📋 copy color: '#002AA0'red 0 ◦ green 42 ◦ blue 160
Shades of International Klein Blue #002AA0
Tints of International Klein Blue #002AA0
RGB
CMYK
RGB Variations
Color information
#002AA0 (or 0x002AA0) is known color: International Klein Blue. HEX triplet: 00, 2A and A0. RGB value is (0,42,160). Sum of RGB (Red+Green+Blue) = 0+42+160=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 160 (62.89% from 255 or 79.21% from 202); Max value from RGB is 160 - color contains mainly: blue. Hex color #002AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AA0 is #FFD55F. Grayscale: #2A2A2A. Windows color (decimal): -16766304 or 10496512. OLE color: 10496512.
HSL color Cylindrical-coordinate representation of color #002AA0: hue angle of 224.25º 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 #002AA0 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 42 | 160 | - |
| CMYK | 1 | 0.74 | 0 | 0.37 |
| HSL | 224.25º | 1% | 0.31% | - |
| HSV(B) | 224.25º | 1% | 0.63% | - |
| XYZ | 7.17 | 4.19 | 33.69 | - |
| YUV | 42.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 160 | 1 | 0.74 | 0 | 0.37 | 224.25 | 1 | 0.31 |
| Hex | 0 | 2A | A0 | 64 | 4A | 0 | 25 | E0 | 64 | 1F |
| Octal | 0 | 52 | 240 | 144 | 112 | 0 | 45 | 340 | 144 | 37 |
| Binary | 0 | 101010 | 10100000 | 1100100 | 1001010 | 0 | 100101 | 11100000 | 1100100 | 11111 |
Color Harmonies of #002AA0
Complementary color
Monochromatic Colors of #002AA0
Black with #002AA0
Text Example
Text Example
White with #002AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AA0; }
p { color: rgb(0,42,160); }
H1.HeaderClassName
{
color: #002AA0;
}
.AnyTagClassName
{
color: #002AA0;
}
</style>
background-color css
<style>
a { background-color: #002AA0; }
a { background-color: rgb(0,42,160); }
div.DivClassName
{
background-color: #002AA0;
}
.BgClassName
{
background-color: #002AA0;
}
</style>
border-color css
<style>
span { border-color: #002AA0; }
span { border-color: rgb(0,42,160); }
td.TdClassName
{
border-color: #002AA0;
}
.TagClassName
{
border-color: #002AA0;
}
</style>