Html Css Color HEX #013AB1 International Klein Blue
📋 copy color: '#013AB1'red 1 ◦ green 58 ◦ blue 177
Shades of International Klein Blue #013AB1
Tints of International Klein Blue #013AB1
RGB
CMYK
RGB Variations
Color information
#013AB1 (or 0x013AB1) is known color: International Klein Blue. HEX triplet: 01, 3A and B1. RGB value is (1,58,177). Sum of RGB (Red+Green+Blue) = 1+58+177=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 177 (69.53% from 255 or 75% from 236); Max value from RGB is 177 - color contains mainly: blue. Hex color #013AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AB1 is #FEC54E. Grayscale: #353535. Windows color (decimal): -16696655 or 11614721. OLE color: 11614721.
HSL color Cylindrical-coordinate representation of color #013AB1: hue angle of 220.57º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013AB1 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 58 | 177 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.31 |
| HSL | 220.57º | 0.99% | 0.35% | - |
| HSV(B) | 220.57º | 0.99% | 0.69% | - |
| XYZ | 9.46 | 6.21 | 42.29 | - |
| YUV | 54.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 177 | 0.99 | 0.67 | 0 | 0.31 | 220.57 | 0.99 | 0.35 |
| Hex | 1 | 3A | B1 | 63 | 43 | 0 | 1F | DD | 63 | 23 |
| Octal | 1 | 72 | 261 | 143 | 103 | 0 | 37 | 335 | 143 | 43 |
| Binary | 1 | 111010 | 10110001 | 1100011 | 1000011 | 0 | 11111 | 11011101 | 1100011 | 100011 |
Color Harmonies of #013AB1
Complementary color
Monochromatic Colors of #013AB1
Black with #013AB1
Text Example
Text Example
White with #013AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AB1; }
p { color: rgb(1,58,177); }
H1.HeaderClassName
{
color: #013AB1;
}
.AnyTagClassName
{
color: #013AB1;
}
</style>
background-color css
<style>
a { background-color: #013AB1; }
a { background-color: rgb(1,58,177); }
div.DivClassName
{
background-color: #013AB1;
}
.BgClassName
{
background-color: #013AB1;
}
</style>
border-color css
<style>
span { border-color: #013AB1; }
span { border-color: rgb(1,58,177); }
td.TdClassName
{
border-color: #013AB1;
}
.TagClassName
{
border-color: #013AB1;
}
</style>