Html Css Color HEX #013BAA International Klein Blue
📋 copy color: '#013BAA'red 1 ◦ green 59 ◦ blue 170
Shades of International Klein Blue #013BAA
Tints of International Klein Blue #013BAA
RGB
CMYK
RGB Variations
Color information
#013BAA (or 0x013BAA) is known color: International Klein Blue. HEX triplet: 01, 3B and AA. RGB value is (1,59,170). Sum of RGB (Red+Green+Blue) = 1+59+170=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #013BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BAA is #FEC455. Grayscale: #353535. Windows color (decimal): -16696406 or 11156225. OLE color: 11156225.
HSL color Cylindrical-coordinate representation of color #013BAA: hue angle of 219.41º 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 #013BAA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 59 | 170 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.33 |
| HSL | 219.41º | 0.99% | 0.34% | - |
| HSV(B) | 219.41º | 0.99% | 0.67% | - |
| XYZ | 8.83 | 6.04 | 38.73 | - |
| YUV | 54.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 170 | 0.99 | 0.65 | 0 | 0.33 | 219.41 | 0.99 | 0.34 |
| Hex | 1 | 3B | AA | 63 | 41 | 0 | 21 | DB | 63 | 22 |
| Octal | 1 | 73 | 252 | 143 | 101 | 0 | 41 | 333 | 143 | 42 |
| Binary | 1 | 111011 | 10101010 | 1100011 | 1000001 | 0 | 100001 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013BAA
Complementary color
Monochromatic Colors of #013BAA
Black with #013BAA
Text Example
Text Example
White with #013BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BAA; }
p { color: rgb(1,59,170); }
H1.HeaderClassName
{
color: #013BAA;
}
.AnyTagClassName
{
color: #013BAA;
}
</style>
background-color css
<style>
a { background-color: #013BAA; }
a { background-color: rgb(1,59,170); }
div.DivClassName
{
background-color: #013BAA;
}
.BgClassName
{
background-color: #013BAA;
}
</style>
border-color css
<style>
span { border-color: #013BAA; }
span { border-color: rgb(1,59,170); }
td.TdClassName
{
border-color: #013BAA;
}
.TagClassName
{
border-color: #013BAA;
}
</style>