Html Css Color HEX #0135BE International Klein Blue
📋 copy color: '#0135BE'red 1 ◦ green 53 ◦ blue 190
Shades of International Klein Blue #0135BE
Tints of International Klein Blue #0135BE
RGB
CMYK
RGB Variations
Color information
#0135BE (or 0x0135BE) is known color: International Klein Blue. HEX triplet: 01, 35 and BE. RGB value is (1,53,190). Sum of RGB (Red+Green+Blue) = 1+53+190=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #0135BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135BE is #FECA41. Grayscale: #343434. Windows color (decimal): -16697922 or 12465409. OLE color: 12465409.
HSL color Cylindrical-coordinate representation of color #0135BE: hue angle of 223.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135BE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 53 | 190 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.25 |
| HSL | 223.49º | 0.99% | 0.37% | - |
| HSV(B) | 223.49º | 0.99% | 0.75% | - |
| XYZ | 10.58 | 6.27 | 49.37 | - |
| YUV | 53.07 | 205.27 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 190 | 0.99 | 0.72 | 0 | 0.25 | 223.49 | 0.99 | 0.37 |
| Hex | 1 | 35 | BE | 63 | 48 | 0 | 19 | DF | 63 | 25 |
| Octal | 1 | 65 | 276 | 143 | 110 | 0 | 31 | 337 | 143 | 45 |
| Binary | 1 | 110101 | 10111110 | 1100011 | 1001000 | 0 | 11001 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0135BE
Complementary color
Monochromatic Colors of #0135BE
Black with #0135BE
Text Example
Text Example
White with #0135BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135BE; }
p { color: rgb(1,53,190); }
H1.HeaderClassName
{
color: #0135BE;
}
.AnyTagClassName
{
color: #0135BE;
}
</style>
background-color css
<style>
a { background-color: #0135BE; }
a { background-color: rgb(1,53,190); }
div.DivClassName
{
background-color: #0135BE;
}
.BgClassName
{
background-color: #0135BE;
}
</style>
border-color css
<style>
span { border-color: #0135BE; }
span { border-color: rgb(1,53,190); }
td.TdClassName
{
border-color: #0135BE;
}
.TagClassName
{
border-color: #0135BE;
}
</style>