Html Css Color HEX #052AAA International Klein Blue
📋 copy color: '#052AAA'red 5 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #052AAA
Tints of International Klein Blue #052AAA
RGB
CMYK
RGB Variations
Color information
#052AAA (or 0x052AAA) is known color: International Klein Blue. HEX triplet: 05, 2A and AA. RGB value is (5,42,170). Sum of RGB (Red+Green+Blue) = 5+42+170=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #052AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052AAA is #FAD555. Grayscale: #2C2C2C. Windows color (decimal): -16438614 or 11151877. OLE color: 11151877.
HSL color Cylindrical-coordinate representation of color #052AAA: hue angle of 226.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052AAA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 42 | 170 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.33 |
| HSL | 226.55º | 0.94% | 0.34% | - |
| HSV(B) | 226.55º | 0.97% | 0.67% | - |
| XYZ | 8.15 | 4.59 | 38.49 | - |
| YUV | 45.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 170 | 0.97 | 0.75 | 0 | 0.33 | 226.55 | 0.94 | 0.34 |
| Hex | 5 | 2A | AA | 61 | 4B | 0 | 21 | E3 | 5E | 22 |
| Octal | 5 | 52 | 252 | 141 | 113 | 0 | 41 | 343 | 136 | 42 |
| Binary | 101 | 101010 | 10101010 | 1100001 | 1001011 | 0 | 100001 | 11100011 | 1011110 | 100010 |
Color Harmonies of #052AAA
Complementary color
Monochromatic Colors of #052AAA
Black with #052AAA
Text Example
Text Example
White with #052AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052AAA; }
p { color: rgb(5,42,170); }
H1.HeaderClassName
{
color: #052AAA;
}
.AnyTagClassName
{
color: #052AAA;
}
</style>
background-color css
<style>
a { background-color: #052AAA; }
a { background-color: rgb(5,42,170); }
div.DivClassName
{
background-color: #052AAA;
}
.BgClassName
{
background-color: #052AAA;
}
</style>
border-color css
<style>
span { border-color: #052AAA; }
span { border-color: rgb(5,42,170); }
td.TdClassName
{
border-color: #052AAA;
}
.TagClassName
{
border-color: #052AAA;
}
</style>