Html Css Color HEX #053AAC International Klein Blue
📋 copy color: '#053AAC'red 5 ◦ green 58 ◦ blue 172
Shades of International Klein Blue #053AAC
Tints of International Klein Blue #053AAC
RGB
CMYK
RGB Variations
Color information
#053AAC (or 0x053AAC) is known color: International Klein Blue. HEX triplet: 05, 3A and AC. RGB value is (5,58,172). Sum of RGB (Red+Green+Blue) = 5+58+172=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #053AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AAC is #FAC553. Grayscale: #363636. Windows color (decimal): -16434516 or 11287045. OLE color: 11287045.
HSL color Cylindrical-coordinate representation of color #053AAC: hue angle of 220.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AAC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 58 | 172 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.33 |
| HSL | 220.96º | 0.94% | 0.35% | - |
| HSV(B) | 220.96º | 0.97% | 0.67% | - |
| XYZ | 9.02 | 6.04 | 39.72 | - |
| YUV | 55.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 172 | 0.97 | 0.66 | 0 | 0.33 | 220.96 | 0.94 | 0.35 |
| Hex | 5 | 3A | AC | 61 | 42 | 0 | 21 | DD | 5E | 23 |
| Octal | 5 | 72 | 254 | 141 | 102 | 0 | 41 | 335 | 136 | 43 |
| Binary | 101 | 111010 | 10101100 | 1100001 | 1000010 | 0 | 100001 | 11011101 | 1011110 | 100011 |
Color Harmonies of #053AAC
Complementary color
Monochromatic Colors of #053AAC
Black with #053AAC
Text Example
Text Example
White with #053AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AAC; }
p { color: rgb(5,58,172); }
H1.HeaderClassName
{
color: #053AAC;
}
.AnyTagClassName
{
color: #053AAC;
}
</style>
background-color css
<style>
a { background-color: #053AAC; }
a { background-color: rgb(5,58,172); }
div.DivClassName
{
background-color: #053AAC;
}
.BgClassName
{
background-color: #053AAC;
}
</style>
border-color css
<style>
span { border-color: #053AAC; }
span { border-color: rgb(5,58,172); }
td.TdClassName
{
border-color: #053AAC;
}
.TagClassName
{
border-color: #053AAC;
}
</style>