Html Css Color HEX #002AAE International Klein Blue
📋 copy color: '#002AAE'red 0 ◦ green 42 ◦ blue 174
Shades of International Klein Blue #002AAE
Tints of International Klein Blue #002AAE
RGB
CMYK
RGB Variations
Color information
#002AAE (or 0x002AAE) is known color: International Klein Blue. HEX triplet: 00, 2A and AE. RGB value is (0,42,174). Sum of RGB (Red+Green+Blue) = 0+42+174=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #002AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAE is #FFD551. Grayscale: #2B2B2B. Windows color (decimal): -16766290 or 11414016. OLE color: 11414016.
HSL color Cylindrical-coordinate representation of color #002AAE: hue angle of 225.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AAE is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 42 | 174 | - |
| CMYK | 1 | 0.76 | 0 | 0.32 |
| HSL | 225.52º | 1% | 0.34% | - |
| HSV(B) | 225.52º | 1% | 0.68% | - |
| XYZ | 8.47 | 4.71 | 40.51 | - |
| YUV | 44.49 | 201.09 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 174 | 1 | 0.76 | 0 | 0.32 | 225.52 | 1 | 0.34 |
| Hex | 0 | 2A | AE | 64 | 4C | 0 | 20 | E2 | 64 | 22 |
| Octal | 0 | 52 | 256 | 144 | 114 | 0 | 40 | 342 | 144 | 42 |
| Binary | 0 | 101010 | 10101110 | 1100100 | 1001100 | 0 | 100000 | 11100010 | 1100100 | 100010 |
Color Harmonies of #002AAE
Complementary color
Monochromatic Colors of #002AAE
Black with #002AAE
Text Example
Text Example
White with #002AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AAE; }
p { color: rgb(0,42,174); }
H1.HeaderClassName
{
color: #002AAE;
}
.AnyTagClassName
{
color: #002AAE;
}
</style>
background-color css
<style>
a { background-color: #002AAE; }
a { background-color: rgb(0,42,174); }
div.DivClassName
{
background-color: #002AAE;
}
.BgClassName
{
background-color: #002AAE;
}
</style>
border-color css
<style>
span { border-color: #002AAE; }
span { border-color: rgb(0,42,174); }
td.TdClassName
{
border-color: #002AAE;
}
.TagClassName
{
border-color: #002AAE;
}
</style>