Html Css Color HEX #002AA8 International Klein Blue
📋 copy color: '#002AA8'red 0 ◦ green 42 ◦ blue 168
Shades of International Klein Blue #002AA8
Tints of International Klein Blue #002AA8
RGB
CMYK
RGB Variations
Color information
#002AA8 (or 0x002AA8) is known color: International Klein Blue. HEX triplet: 00, 2A and A8. RGB value is (0,42,168). Sum of RGB (Red+Green+Blue) = 0+42+168=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 168 (66.02% from 255 or 80% from 210); Max value from RGB is 168 - color contains mainly: blue. Hex color #002AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AA8 is #FFD557. Grayscale: #2B2B2B. Windows color (decimal): -16766296 or 11020800. OLE color: 11020800.
HSL color Cylindrical-coordinate representation of color #002AA8: hue angle of 225º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AA8 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 42 | 168 | - |
| CMYK | 1 | 0.75 | 0 | 0.34 |
| HSL | 225º | 1% | 0.33% | - |
| HSV(B) | 225º | 1% | 0.66% | - |
| XYZ | 7.9 | 4.48 | 37.49 | - |
| YUV | 43.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 168 | 1 | 0.75 | 0 | 0.34 | 225 | 1 | 0.33 |
| Hex | 0 | 2A | A8 | 64 | 4B | 0 | 22 | E1 | 64 | 21 |
| Octal | 0 | 52 | 250 | 144 | 113 | 0 | 42 | 341 | 144 | 41 |
| Binary | 0 | 101010 | 10101000 | 1100100 | 1001011 | 0 | 100010 | 11100001 | 1100100 | 100001 |
Color Harmonies of #002AA8
Complementary color
Monochromatic Colors of #002AA8
Black with #002AA8
Text Example
Text Example
White with #002AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AA8; }
p { color: rgb(0,42,168); }
H1.HeaderClassName
{
color: #002AA8;
}
.AnyTagClassName
{
color: #002AA8;
}
</style>
background-color css
<style>
a { background-color: #002AA8; }
a { background-color: rgb(0,42,168); }
div.DivClassName
{
background-color: #002AA8;
}
.BgClassName
{
background-color: #002AA8;
}
</style>
border-color css
<style>
span { border-color: #002AA8; }
span { border-color: rgb(0,42,168); }
td.TdClassName
{
border-color: #002AA8;
}
.TagClassName
{
border-color: #002AA8;
}
</style>