Html Css Color HEX #052BA8 International Klein Blue
📋 copy color: '#052BA8'red 5 ◦ green 43 ◦ blue 168
Shades of International Klein Blue #052BA8
Tints of International Klein Blue #052BA8
RGB
CMYK
RGB Variations
Color information
#052BA8 (or 0x052BA8) is known color: International Klein Blue. HEX triplet: 05, 2B and A8. RGB value is (5,43,168). Sum of RGB (Red+Green+Blue) = 5+43+168=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 168 (66.02% from 255 or 77.78% from 216); Max value from RGB is 168 - color contains mainly: blue. Hex color #052BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA8 is #FAD457. Grayscale: #2D2D2D. Windows color (decimal): -16438360 or 11021061. OLE color: 11021061.
HSL color Cylindrical-coordinate representation of color #052BA8: hue angle of 226.01º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052BA8 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 43 | 168 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.34 |
| HSL | 226.01º | 0.94% | 0.34% | - |
| HSV(B) | 226.01º | 0.97% | 0.66% | - |
| XYZ | 7.99 | 4.59 | 37.51 | - |
| YUV | 45.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 168 | 0.97 | 0.74 | 0 | 0.34 | 226.01 | 0.94 | 0.34 |
| Hex | 5 | 2B | A8 | 61 | 4A | 0 | 22 | E2 | 5E | 22 |
| Octal | 5 | 53 | 250 | 141 | 112 | 0 | 42 | 342 | 136 | 42 |
| Binary | 101 | 101011 | 10101000 | 1100001 | 1001010 | 0 | 100010 | 11100010 | 1011110 | 100010 |
Color Harmonies of #052BA8
Complementary color
Monochromatic Colors of #052BA8
Black with #052BA8
Text Example
Text Example
White with #052BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BA8; }
p { color: rgb(5,43,168); }
H1.HeaderClassName
{
color: #052BA8;
}
.AnyTagClassName
{
color: #052BA8;
}
</style>
background-color css
<style>
a { background-color: #052BA8; }
a { background-color: rgb(5,43,168); }
div.DivClassName
{
background-color: #052BA8;
}
.BgClassName
{
background-color: #052BA8;
}
</style>
border-color css
<style>
span { border-color: #052BA8; }
span { border-color: rgb(5,43,168); }
td.TdClassName
{
border-color: #052BA8;
}
.TagClassName
{
border-color: #052BA8;
}
</style>