Html Css Color HEX #052DA0 International Klein Blue
📋 copy color: '#052DA0'red 5 ◦ green 45 ◦ blue 160
Shades of International Klein Blue #052DA0
Tints of International Klein Blue #052DA0
RGB
CMYK
RGB Variations
Color information
#052DA0 (or 0x052DA0) is known color: International Klein Blue. HEX triplet: 05, 2D and A0. RGB value is (5,45,160). Sum of RGB (Red+Green+Blue) = 5+45+160=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 160 (62.89% from 255 or 76.19% from 210); Max value from RGB is 160 - color contains mainly: blue. Hex color #052DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DA0 is #FAD25F. Grayscale: #2D2D2D. Windows color (decimal): -16437856 or 10497285. OLE color: 10497285.
HSL color Cylindrical-coordinate representation of color #052DA0: hue angle of 224.52º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DA0 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 45 | 160 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.37 |
| HSL | 224.52º | 0.94% | 0.32% | - |
| HSV(B) | 224.52º | 0.97% | 0.63% | - |
| XYZ | 7.35 | 4.45 | 33.73 | - |
| YUV | 46.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 160 | 0.97 | 0.72 | 0 | 0.37 | 224.52 | 0.94 | 0.32 |
| Hex | 5 | 2D | A0 | 61 | 48 | 0 | 25 | E1 | 5E | 20 |
| Octal | 5 | 55 | 240 | 141 | 110 | 0 | 45 | 341 | 136 | 40 |
| Binary | 101 | 101101 | 10100000 | 1100001 | 1001000 | 0 | 100101 | 11100001 | 1011110 | 100000 |
Color Harmonies of #052DA0
Complementary color
Monochromatic Colors of #052DA0
Black with #052DA0
Text Example
Text Example
White with #052DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DA0; }
p { color: rgb(5,45,160); }
H1.HeaderClassName
{
color: #052DA0;
}
.AnyTagClassName
{
color: #052DA0;
}
</style>
background-color css
<style>
a { background-color: #052DA0; }
a { background-color: rgb(5,45,160); }
div.DivClassName
{
background-color: #052DA0;
}
.BgClassName
{
background-color: #052DA0;
}
</style>
border-color css
<style>
span { border-color: #052DA0; }
span { border-color: rgb(5,45,160); }
td.TdClassName
{
border-color: #052DA0;
}
.TagClassName
{
border-color: #052DA0;
}
</style>