Html Css Color HEX #052DAE International Klein Blue
📋 copy color: '#052DAE'red 5 ◦ green 45 ◦ blue 174
Shades of International Klein Blue #052DAE
Tints of International Klein Blue #052DAE
RGB
CMYK
RGB Variations
Color information
#052DAE (or 0x052DAE) is known color: International Klein Blue. HEX triplet: 05, 2D and AE. RGB value is (5,45,174). Sum of RGB (Red+Green+Blue) = 5+45+174=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #052DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DAE is #FAD251. Grayscale: #2F2F2F. Windows color (decimal): -16437842 or 11414789. OLE color: 11414789.
HSL color Cylindrical-coordinate representation of color #052DAE: hue angle of 225.8º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DAE is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 45 | 174 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.32 |
| HSL | 225.8º | 0.94% | 0.35% | - |
| HSV(B) | 225.8º | 0.97% | 0.68% | - |
| XYZ | 8.64 | 4.97 | 40.55 | - |
| YUV | 47.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 174 | 0.97 | 0.74 | 0 | 0.32 | 225.8 | 0.94 | 0.35 |
| Hex | 5 | 2D | AE | 61 | 4A | 0 | 20 | E2 | 5E | 23 |
| Octal | 5 | 55 | 256 | 141 | 112 | 0 | 40 | 342 | 136 | 43 |
| Binary | 101 | 101101 | 10101110 | 1100001 | 1001010 | 0 | 100000 | 11100010 | 1011110 | 100011 |
Color Harmonies of #052DAE
Complementary color
Monochromatic Colors of #052DAE
Black with #052DAE
Text Example
Text Example
White with #052DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DAE; }
p { color: rgb(5,45,174); }
H1.HeaderClassName
{
color: #052DAE;
}
.AnyTagClassName
{
color: #052DAE;
}
</style>
background-color css
<style>
a { background-color: #052DAE; }
a { background-color: rgb(5,45,174); }
div.DivClassName
{
background-color: #052DAE;
}
.BgClassName
{
background-color: #052DAE;
}
</style>
border-color css
<style>
span { border-color: #052DAE; }
span { border-color: rgb(5,45,174); }
td.TdClassName
{
border-color: #052DAE;
}
.TagClassName
{
border-color: #052DAE;
}
</style>