Html Css Color HEX #0135BA International Klein Blue
📋 copy color: '#0135BA'red 1 ◦ green 53 ◦ blue 186
Shades of International Klein Blue #0135BA
Tints of International Klein Blue #0135BA
RGB
CMYK
RGB Variations
Color information
#0135BA (or 0x0135BA) is known color: International Klein Blue. HEX triplet: 01, 35 and BA. RGB value is (1,53,186). Sum of RGB (Red+Green+Blue) = 1+53+186=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #0135BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135BA is #FECA45. Grayscale: #343434. Windows color (decimal): -16697926 or 12203265. OLE color: 12203265.
HSL color Cylindrical-coordinate representation of color #0135BA: hue angle of 223.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135BA is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 53 | 186 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.27 |
| HSL | 223.14º | 0.99% | 0.37% | - |
| HSV(B) | 223.14º | 0.99% | 0.73% | - |
| XYZ | 10.15 | 6.1 | 47.1 | - |
| YUV | 52.61 | 203.27 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 186 | 0.99 | 0.72 | 0 | 0.27 | 223.14 | 0.99 | 0.37 |
| Hex | 1 | 35 | BA | 63 | 48 | 0 | 1B | DF | 63 | 25 |
| Octal | 1 | 65 | 272 | 143 | 110 | 0 | 33 | 337 | 143 | 45 |
| Binary | 1 | 110101 | 10111010 | 1100011 | 1001000 | 0 | 11011 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0135BA
Complementary color
Monochromatic Colors of #0135BA
Black with #0135BA
Text Example
Text Example
White with #0135BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135BA; }
p { color: rgb(1,53,186); }
H1.HeaderClassName
{
color: #0135BA;
}
.AnyTagClassName
{
color: #0135BA;
}
</style>
background-color css
<style>
a { background-color: #0135BA; }
a { background-color: rgb(1,53,186); }
div.DivClassName
{
background-color: #0135BA;
}
.BgClassName
{
background-color: #0135BA;
}
</style>
border-color css
<style>
span { border-color: #0135BA; }
span { border-color: rgb(1,53,186); }
td.TdClassName
{
border-color: #0135BA;
}
.TagClassName
{
border-color: #0135BA;
}
</style>