Html Css Color HEX #053AB1 International Klein Blue
📋 copy color: '#053AB1'red 5 ◦ green 58 ◦ blue 177
Shades of International Klein Blue #053AB1
Tints of International Klein Blue #053AB1
RGB
CMYK
RGB Variations
Color information
#053AB1 (or 0x053AB1) is known color: International Klein Blue. HEX triplet: 05, 3A and B1. RGB value is (5,58,177). Sum of RGB (Red+Green+Blue) = 5+58+177=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #053AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AB1 is #FAC54E. Grayscale: #373737. Windows color (decimal): -16434511 or 11614725. OLE color: 11614725.
HSL color Cylindrical-coordinate representation of color #053AB1: hue angle of 221.51º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AB1 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 58 | 177 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.31 |
| HSL | 221.51º | 0.95% | 0.36% | - |
| HSV(B) | 221.51º | 0.97% | 0.69% | - |
| XYZ | 9.51 | 6.23 | 42.3 | - |
| YUV | 55.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 177 | 0.97 | 0.67 | 0 | 0.31 | 221.51 | 0.95 | 0.36 |
| Hex | 5 | 3A | B1 | 61 | 43 | 0 | 1F | DE | 5F | 24 |
| Octal | 5 | 72 | 261 | 141 | 103 | 0 | 37 | 336 | 137 | 44 |
| Binary | 101 | 111010 | 10110001 | 1100001 | 1000011 | 0 | 11111 | 11011110 | 1011111 | 100100 |
Color Harmonies of #053AB1
Complementary color
Monochromatic Colors of #053AB1
Black with #053AB1
Text Example
Text Example
White with #053AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AB1; }
p { color: rgb(5,58,177); }
H1.HeaderClassName
{
color: #053AB1;
}
.AnyTagClassName
{
color: #053AB1;
}
</style>
background-color css
<style>
a { background-color: #053AB1; }
a { background-color: rgb(5,58,177); }
div.DivClassName
{
background-color: #053AB1;
}
.BgClassName
{
background-color: #053AB1;
}
</style>
border-color css
<style>
span { border-color: #053AB1; }
span { border-color: rgb(5,58,177); }
td.TdClassName
{
border-color: #053AB1;
}
.TagClassName
{
border-color: #053AB1;
}
</style>