Html Css Color HEX #052BA6 International Klein Blue
📋 copy color: '#052BA6'red 5 ◦ green 43 ◦ blue 166
Shades of International Klein Blue #052BA6
Tints of International Klein Blue #052BA6
RGB
CMYK
RGB Variations
Color information
#052BA6 (or 0x052BA6) is known color: International Klein Blue. HEX triplet: 05, 2B and A6. RGB value is (5,43,166). Sum of RGB (Red+Green+Blue) = 5+43+166=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 166 (65.23% from 255 or 77.57% from 214); Max value from RGB is 166 - color contains mainly: blue. Hex color #052BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA6 is #FAD459. Grayscale: #2D2D2D. Windows color (decimal): -16438362 or 10889989. OLE color: 10889989.
HSL color Cylindrical-coordinate representation of color #052BA6: hue angle of 225.84º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052BA6 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 43 | 166 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.35 |
| HSL | 225.84º | 0.94% | 0.34% | - |
| HSV(B) | 225.84º | 0.97% | 0.65% | - |
| XYZ | 7.81 | 4.51 | 36.54 | - |
| YUV | 45.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 166 | 0.97 | 0.74 | 0 | 0.35 | 225.84 | 0.94 | 0.34 |
| Hex | 5 | 2B | A6 | 61 | 4A | 0 | 23 | E2 | 5E | 22 |
| Octal | 5 | 53 | 246 | 141 | 112 | 0 | 43 | 342 | 136 | 42 |
| Binary | 101 | 101011 | 10100110 | 1100001 | 1001010 | 0 | 100011 | 11100010 | 1011110 | 100010 |
Color Harmonies of #052BA6
Complementary color
Monochromatic Colors of #052BA6
Black with #052BA6
Text Example
Text Example
White with #052BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BA6; }
p { color: rgb(5,43,166); }
H1.HeaderClassName
{
color: #052BA6;
}
.AnyTagClassName
{
color: #052BA6;
}
</style>
background-color css
<style>
a { background-color: #052BA6; }
a { background-color: rgb(5,43,166); }
div.DivClassName
{
background-color: #052BA6;
}
.BgClassName
{
background-color: #052BA6;
}
</style>
border-color css
<style>
span { border-color: #052BA6; }
span { border-color: rgb(5,43,166); }
td.TdClassName
{
border-color: #052BA6;
}
.TagClassName
{
border-color: #052BA6;
}
</style>