Html Css Color HEX #013BA7 International Klein Blue
📋 copy color: '#013BA7'red 1 ◦ green 59 ◦ blue 167
Shades of International Klein Blue #013BA7
Tints of International Klein Blue #013BA7
RGB
CMYK
RGB Variations
Color information
#013BA7 (or 0x013BA7) is known color: International Klein Blue. HEX triplet: 01, 3B and A7. RGB value is (1,59,167). Sum of RGB (Red+Green+Blue) = 1+59+167=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 167 (65.62% from 255 or 73.57% from 227); Max value from RGB is 167 - color contains mainly: blue. Hex color #013BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BA7 is #FEC458. Grayscale: #353535. Windows color (decimal): -16696409 or 10959617. OLE color: 10959617.
HSL color Cylindrical-coordinate representation of color #013BA7: hue angle of 219.04º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BA7 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 59 | 167 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.35 |
| HSL | 219.04º | 0.99% | 0.33% | - |
| HSV(B) | 219.04º | 0.99% | 0.65% | - |
| XYZ | 8.55 | 5.92 | 37.25 | - |
| YUV | 53.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 167 | 0.99 | 0.65 | 0 | 0.35 | 219.04 | 0.99 | 0.33 |
| Hex | 1 | 3B | A7 | 63 | 41 | 0 | 23 | DB | 63 | 21 |
| Octal | 1 | 73 | 247 | 143 | 101 | 0 | 43 | 333 | 143 | 41 |
| Binary | 1 | 111011 | 10100111 | 1100011 | 1000001 | 0 | 100011 | 11011011 | 1100011 | 100001 |
Color Harmonies of #013BA7
Complementary color
Monochromatic Colors of #013BA7
Black with #013BA7
Text Example
Text Example
White with #013BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BA7; }
p { color: rgb(1,59,167); }
H1.HeaderClassName
{
color: #013BA7;
}
.AnyTagClassName
{
color: #013BA7;
}
</style>
background-color css
<style>
a { background-color: #013BA7; }
a { background-color: rgb(1,59,167); }
div.DivClassName
{
background-color: #013BA7;
}
.BgClassName
{
background-color: #013BA7;
}
</style>
border-color css
<style>
span { border-color: #013BA7; }
span { border-color: rgb(1,59,167); }
td.TdClassName
{
border-color: #013BA7;
}
.TagClassName
{
border-color: #013BA7;
}
</style>