Html Css Color HEX #002AA2 International Klein Blue
📋 copy color: '#002AA2'red 0 ◦ green 42 ◦ blue 162
Shades of International Klein Blue #002AA2
Tints of International Klein Blue #002AA2
RGB
CMYK
RGB Variations
Color information
#002AA2 (or 0x002AA2) is known color: International Klein Blue. HEX triplet: 00, 2A and A2. RGB value is (0,42,162). Sum of RGB (Red+Green+Blue) = 0+42+162=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 162 (63.67% from 255 or 79.41% from 204); Max value from RGB is 162 - color contains mainly: blue. Hex color #002AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AA2 is #FFD55D. Grayscale: #2A2A2A. Windows color (decimal): -16766302 or 10627584. OLE color: 10627584.
HSL color Cylindrical-coordinate representation of color #002AA2: hue angle of 224.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AA2 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 42 | 162 | - |
| CMYK | 1 | 0.74 | 0 | 0.36 |
| HSL | 224.44º | 1% | 0.32% | - |
| HSV(B) | 224.44º | 1% | 0.64% | - |
| XYZ | 7.35 | 4.26 | 34.62 | - |
| YUV | 43.12 | 195.09 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 162 | 1 | 0.74 | 0 | 0.36 | 224.44 | 1 | 0.32 |
| Hex | 0 | 2A | A2 | 64 | 4A | 0 | 24 | E0 | 64 | 20 |
| Octal | 0 | 52 | 242 | 144 | 112 | 0 | 44 | 340 | 144 | 40 |
| Binary | 0 | 101010 | 10100010 | 1100100 | 1001010 | 0 | 100100 | 11100000 | 1100100 | 100000 |
Color Harmonies of #002AA2
Complementary color
Monochromatic Colors of #002AA2
Black with #002AA2
Text Example
Text Example
White with #002AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AA2; }
p { color: rgb(0,42,162); }
H1.HeaderClassName
{
color: #002AA2;
}
.AnyTagClassName
{
color: #002AA2;
}
</style>
background-color css
<style>
a { background-color: #002AA2; }
a { background-color: rgb(0,42,162); }
div.DivClassName
{
background-color: #002AA2;
}
.BgClassName
{
background-color: #002AA2;
}
</style>
border-color css
<style>
span { border-color: #002AA2; }
span { border-color: rgb(0,42,162); }
td.TdClassName
{
border-color: #002AA2;
}
.TagClassName
{
border-color: #002AA2;
}
</style>