Html Css Color HEX #013AAC International Klein Blue
📋 copy color: '#013AAC'red 1 ◦ green 58 ◦ blue 172
Shades of International Klein Blue #013AAC
Tints of International Klein Blue #013AAC
RGB
CMYK
RGB Variations
Color information
#013AAC (or 0x013AAC) is known color: International Klein Blue. HEX triplet: 01, 3A and AC. RGB value is (1,58,172). Sum of RGB (Red+Green+Blue) = 1+58+172=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #013AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AAC is #FEC553. Grayscale: #353535. Windows color (decimal): -16696660 or 11287041. OLE color: 11287041.
HSL color Cylindrical-coordinate representation of color #013AAC: hue angle of 220º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013AAC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 58 | 172 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.33 |
| HSL | 220º | 0.99% | 0.34% | - |
| HSV(B) | 220º | 0.99% | 0.67% | - |
| XYZ | 8.97 | 6.01 | 39.72 | - |
| YUV | 53.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 172 | 0.99 | 0.66 | 0 | 0.33 | 220 | 0.99 | 0.34 |
| Hex | 1 | 3A | AC | 63 | 42 | 0 | 21 | DC | 63 | 22 |
| Octal | 1 | 72 | 254 | 143 | 102 | 0 | 41 | 334 | 143 | 42 |
| Binary | 1 | 111010 | 10101100 | 1100011 | 1000010 | 0 | 100001 | 11011100 | 1100011 | 100010 |
Color Harmonies of #013AAC
Complementary color
Monochromatic Colors of #013AAC
Black with #013AAC
Text Example
Text Example
White with #013AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AAC; }
p { color: rgb(1,58,172); }
H1.HeaderClassName
{
color: #013AAC;
}
.AnyTagClassName
{
color: #013AAC;
}
</style>
background-color css
<style>
a { background-color: #013AAC; }
a { background-color: rgb(1,58,172); }
div.DivClassName
{
background-color: #013AAC;
}
.BgClassName
{
background-color: #013AAC;
}
</style>
border-color css
<style>
span { border-color: #013AAC; }
span { border-color: rgb(1,58,172); }
td.TdClassName
{
border-color: #013AAC;
}
.TagClassName
{
border-color: #013AAC;
}
</style>