Html Css Color HEX #0135BC International Klein Blue
📋 copy color: '#0135BC'red 1 ◦ green 53 ◦ blue 188
Shades of International Klein Blue #0135BC
Tints of International Klein Blue #0135BC
RGB
CMYK
RGB Variations
Color information
#0135BC (or 0x0135BC) is known color: International Klein Blue. HEX triplet: 01, 35 and BC. RGB value is (1,53,188). Sum of RGB (Red+Green+Blue) = 1+53+188=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #0135BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135BC is #FECA43. Grayscale: #343434. Windows color (decimal): -16697924 or 12334337. OLE color: 12334337.
HSL color Cylindrical-coordinate representation of color #0135BC: hue angle of 223.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135BC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 53 | 188 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.26 |
| HSL | 223.32º | 0.99% | 0.37% | - |
| HSV(B) | 223.32º | 0.99% | 0.74% | - |
| XYZ | 10.36 | 6.18 | 48.22 | - |
| YUV | 52.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 188 | 0.99 | 0.72 | 0 | 0.26 | 223.32 | 0.99 | 0.37 |
| Hex | 1 | 35 | BC | 63 | 48 | 0 | 1A | DF | 63 | 25 |
| Octal | 1 | 65 | 274 | 143 | 110 | 0 | 32 | 337 | 143 | 45 |
| Binary | 1 | 110101 | 10111100 | 1100011 | 1001000 | 0 | 11010 | 11011111 | 1100011 | 100101 |
Color Harmonies of #0135BC
Complementary color
Monochromatic Colors of #0135BC
Black with #0135BC
Text Example
Text Example
White with #0135BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135BC; }
p { color: rgb(1,53,188); }
H1.HeaderClassName
{
color: #0135BC;
}
.AnyTagClassName
{
color: #0135BC;
}
</style>
background-color css
<style>
a { background-color: #0135BC; }
a { background-color: rgb(1,53,188); }
div.DivClassName
{
background-color: #0135BC;
}
.BgClassName
{
background-color: #0135BC;
}
</style>
border-color css
<style>
span { border-color: #0135BC; }
span { border-color: rgb(1,53,188); }
td.TdClassName
{
border-color: #0135BC;
}
.TagClassName
{
border-color: #0135BC;
}
</style>