Html Css Color HEX #053AB8 International Klein Blue
📋 copy color: '#053AB8'red 5 ◦ green 58 ◦ blue 184
Shades of International Klein Blue #053AB8
Tints of International Klein Blue #053AB8
RGB
CMYK
RGB Variations
Color information
#053AB8 (or 0x053AB8) is known color: International Klein Blue. HEX triplet: 05, 3A and B8. RGB value is (5,58,184). Sum of RGB (Red+Green+Blue) = 5+58+184=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #053AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053AB8 is #FAC547. Grayscale: #373737. Windows color (decimal): -16434504 or 12073477. OLE color: 12073477.
HSL color Cylindrical-coordinate representation of color #053AB8: hue angle of 222.23º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AB8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 58 | 184 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.28 |
| HSL | 222.23º | 0.95% | 0.37% | - |
| HSV(B) | 222.23º | 0.97% | 0.72% | - |
| XYZ | 10.23 | 6.52 | 46.07 | - |
| YUV | 56.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 184 | 0.97 | 0.68 | 0 | 0.28 | 222.23 | 0.95 | 0.37 |
| Hex | 5 | 3A | B8 | 61 | 44 | 0 | 1C | DE | 5F | 25 |
| Octal | 5 | 72 | 270 | 141 | 104 | 0 | 34 | 336 | 137 | 45 |
| Binary | 101 | 111010 | 10111000 | 1100001 | 1000100 | 0 | 11100 | 11011110 | 1011111 | 100101 |
Color Harmonies of #053AB8
Complementary color
Monochromatic Colors of #053AB8
Black with #053AB8
Text Example
Text Example
White with #053AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AB8; }
p { color: rgb(5,58,184); }
H1.HeaderClassName
{
color: #053AB8;
}
.AnyTagClassName
{
color: #053AB8;
}
</style>
background-color css
<style>
a { background-color: #053AB8; }
a { background-color: rgb(5,58,184); }
div.DivClassName
{
background-color: #053AB8;
}
.BgClassName
{
background-color: #053AB8;
}
</style>
border-color css
<style>
span { border-color: #053AB8; }
span { border-color: rgb(5,58,184); }
td.TdClassName
{
border-color: #053AB8;
}
.TagClassName
{
border-color: #053AB8;
}
</style>