Html Css Color HEX #052BA2 International Klein Blue
📋 copy color: '#052BA2'red 5 ◦ green 43 ◦ blue 162
Shades of International Klein Blue #052BA2
Tints of International Klein Blue #052BA2
RGB
CMYK
RGB Variations
Color information
#052BA2 (or 0x052BA2) is known color: International Klein Blue. HEX triplet: 05, 2B and A2. RGB value is (5,43,162). Sum of RGB (Red+Green+Blue) = 5+43+162=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #052BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA2 is #FAD45D. Grayscale: #2C2C2C. Windows color (decimal): -16438366 or 10627845. OLE color: 10627845.
HSL color Cylindrical-coordinate representation of color #052BA2: hue angle of 225.48º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052BA2 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 43 | 162 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.36 |
| HSL | 225.48º | 0.94% | 0.33% | - |
| HSV(B) | 225.48º | 0.97% | 0.64% | - |
| XYZ | 7.45 | 4.37 | 34.63 | - |
| YUV | 45.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 162 | 0.97 | 0.73 | 0 | 0.36 | 225.48 | 0.94 | 0.33 |
| Hex | 5 | 2B | A2 | 61 | 49 | 0 | 24 | E1 | 5E | 21 |
| Octal | 5 | 53 | 242 | 141 | 111 | 0 | 44 | 341 | 136 | 41 |
| Binary | 101 | 101011 | 10100010 | 1100001 | 1001001 | 0 | 100100 | 11100001 | 1011110 | 100001 |
Color Harmonies of #052BA2
Complementary color
Monochromatic Colors of #052BA2
Black with #052BA2
Text Example
Text Example
White with #052BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BA2; }
p { color: rgb(5,43,162); }
H1.HeaderClassName
{
color: #052BA2;
}
.AnyTagClassName
{
color: #052BA2;
}
</style>
background-color css
<style>
a { background-color: #052BA2; }
a { background-color: rgb(5,43,162); }
div.DivClassName
{
background-color: #052BA2;
}
.BgClassName
{
background-color: #052BA2;
}
</style>
border-color css
<style>
span { border-color: #052BA2; }
span { border-color: rgb(5,43,162); }
td.TdClassName
{
border-color: #052BA2;
}
.TagClassName
{
border-color: #052BA2;
}
</style>