Html Css Color HEX #052BA0 International Klein Blue
📋 copy color: '#052BA0'red 5 ◦ green 43 ◦ blue 160
Shades of International Klein Blue #052BA0
Tints of International Klein Blue #052BA0
RGB
CMYK
RGB Variations
Color information
#052BA0 (or 0x052BA0) is known color: International Klein Blue. HEX triplet: 05, 2B and A0. RGB value is (5,43,160). Sum of RGB (Red+Green+Blue) = 5+43+160=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #052BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA0 is #FAD45F. Grayscale: #2C2C2C. Windows color (decimal): -16438368 or 10496773. OLE color: 10496773.
HSL color Cylindrical-coordinate representation of color #052BA0: hue angle of 225.29º 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 #052BA0 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 43 | 160 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.37 |
| HSL | 225.29º | 0.94% | 0.32% | - |
| HSV(B) | 225.29º | 0.97% | 0.63% | - |
| XYZ | 7.27 | 4.3 | 33.7 | - |
| YUV | 44.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 160 | 0.97 | 0.73 | 0 | 0.37 | 225.29 | 0.94 | 0.32 |
| Hex | 5 | 2B | A0 | 61 | 49 | 0 | 25 | E1 | 5E | 20 |
| Octal | 5 | 53 | 240 | 141 | 111 | 0 | 45 | 341 | 136 | 40 |
| Binary | 101 | 101011 | 10100000 | 1100001 | 1001001 | 0 | 100101 | 11100001 | 1011110 | 100000 |
Color Harmonies of #052BA0
Complementary color
Monochromatic Colors of #052BA0
Black with #052BA0
Text Example
Text Example
White with #052BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BA0; }
p { color: rgb(5,43,160); }
H1.HeaderClassName
{
color: #052BA0;
}
.AnyTagClassName
{
color: #052BA0;
}
</style>
background-color css
<style>
a { background-color: #052BA0; }
a { background-color: rgb(5,43,160); }
div.DivClassName
{
background-color: #052BA0;
}
.BgClassName
{
background-color: #052BA0;
}
</style>
border-color css
<style>
span { border-color: #052BA0; }
span { border-color: rgb(5,43,160); }
td.TdClassName
{
border-color: #052BA0;
}
.TagClassName
{
border-color: #052BA0;
}
</style>