Html Css Color HEX #053AB0 International Klein Blue
📋 copy color: '#053AB0'red 5 ◦ green 58 ◦ blue 176
Shades of International Klein Blue #053AB0
Tints of International Klein Blue #053AB0
RGB
CMYK
RGB Variations
Color information
#053AB0 (or 0x053AB0) is known color: International Klein Blue. HEX triplet: 05, 3A and B0. RGB value is (5,58,176). Sum of RGB (Red+Green+Blue) = 5+58+176=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #053AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AB0 is #FAC54F. Grayscale: #373737. Windows color (decimal): -16434512 or 11549189. OLE color: 11549189.
HSL color Cylindrical-coordinate representation of color #053AB0: hue angle of 221.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AB0 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 58 | 176 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.31 |
| HSL | 221.4º | 0.94% | 0.35% | - |
| HSV(B) | 221.4º | 0.97% | 0.69% | - |
| XYZ | 9.41 | 6.19 | 41.77 | - |
| YUV | 55.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 176 | 0.97 | 0.67 | 0 | 0.31 | 221.4 | 0.94 | 0.35 |
| Hex | 5 | 3A | B0 | 61 | 43 | 0 | 1F | DD | 5E | 23 |
| Octal | 5 | 72 | 260 | 141 | 103 | 0 | 37 | 335 | 136 | 43 |
| Binary | 101 | 111010 | 10110000 | 1100001 | 1000011 | 0 | 11111 | 11011101 | 1011110 | 100011 |
Color Harmonies of #053AB0
Complementary color
Monochromatic Colors of #053AB0
Black with #053AB0
Text Example
Text Example
White with #053AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AB0; }
p { color: rgb(5,58,176); }
H1.HeaderClassName
{
color: #053AB0;
}
.AnyTagClassName
{
color: #053AB0;
}
</style>
background-color css
<style>
a { background-color: #053AB0; }
a { background-color: rgb(5,58,176); }
div.DivClassName
{
background-color: #053AB0;
}
.BgClassName
{
background-color: #053AB0;
}
</style>
border-color css
<style>
span { border-color: #053AB0; }
span { border-color: rgb(5,58,176); }
td.TdClassName
{
border-color: #053AB0;
}
.TagClassName
{
border-color: #053AB0;
}
</style>