Html Css Color HEX #052FA8 International Klein Blue
📋 copy color: '#052FA8'red 5 ◦ green 47 ◦ blue 168
Shades of International Klein Blue #052FA8
Tints of International Klein Blue #052FA8
RGB
CMYK
RGB Variations
Color information
#052FA8 (or 0x052FA8) is known color: International Klein Blue. HEX triplet: 05, 2F and A8. RGB value is (5,47,168). Sum of RGB (Red+Green+Blue) = 5+47+168=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 168 (66.02% from 255 or 76.36% from 220); Max value from RGB is 168 - color contains mainly: blue. Hex color #052FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FA8 is #FAD057. Grayscale: #2F2F2F. Windows color (decimal): -16437336 or 11022085. OLE color: 11022085.
HSL color Cylindrical-coordinate representation of color #052FA8: hue angle of 224.54º 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 #052FA8 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 47 | 168 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.34 |
| HSL | 224.54º | 0.94% | 0.34% | - |
| HSV(B) | 224.54º | 0.97% | 0.66% | - |
| XYZ | 8.15 | 4.89 | 37.56 | - |
| YUV | 48.24 | 195.59 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 168 | 0.97 | 0.72 | 0 | 0.34 | 224.54 | 0.94 | 0.34 |
| Hex | 5 | 2F | A8 | 61 | 48 | 0 | 22 | E1 | 5E | 22 |
| Octal | 5 | 57 | 250 | 141 | 110 | 0 | 42 | 341 | 136 | 42 |
| Binary | 101 | 101111 | 10101000 | 1100001 | 1001000 | 0 | 100010 | 11100001 | 1011110 | 100010 |
Color Harmonies of #052FA8
Complementary color
Monochromatic Colors of #052FA8
Black with #052FA8
Text Example
Text Example
White with #052FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FA8; }
p { color: rgb(5,47,168); }
H1.HeaderClassName
{
color: #052FA8;
}
.AnyTagClassName
{
color: #052FA8;
}
</style>
background-color css
<style>
a { background-color: #052FA8; }
a { background-color: rgb(5,47,168); }
div.DivClassName
{
background-color: #052FA8;
}
.BgClassName
{
background-color: #052FA8;
}
</style>
border-color css
<style>
span { border-color: #052FA8; }
span { border-color: rgb(5,47,168); }
td.TdClassName
{
border-color: #052FA8;
}
.TagClassName
{
border-color: #052FA8;
}
</style>