Html Css Color HEX #0135B1 International Klein Blue
📋 copy color: '#0135B1'red 1 ◦ green 53 ◦ blue 177
Shades of International Klein Blue #0135B1
Tints of International Klein Blue #0135B1
RGB
CMYK
RGB Variations
Color information
#0135B1 (or 0x0135B1) is known color: International Klein Blue. HEX triplet: 01, 35 and B1. RGB value is (1,53,177). Sum of RGB (Red+Green+Blue) = 1+53+177=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #0135B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0135B1 is #FECA4E. Grayscale: #333333. Windows color (decimal): -16697935 or 11613441. OLE color: 11613441.
HSL color Cylindrical-coordinate representation of color #0135B1: hue angle of 222.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135B1 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 53 | 177 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.31 |
| HSL | 222.27º | 0.99% | 0.35% | - |
| HSV(B) | 222.27º | 0.99% | 0.69% | - |
| XYZ | 9.22 | 5.73 | 42.21 | - |
| YUV | 51.59 | 198.77 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 177 | 0.99 | 0.70 | 0 | 0.31 | 222.27 | 0.99 | 0.35 |
| Hex | 1 | 35 | B1 | 63 | 46 | 0 | 1F | DE | 63 | 23 |
| Octal | 1 | 65 | 261 | 143 | 106 | 0 | 37 | 336 | 143 | 43 |
| Binary | 1 | 110101 | 10110001 | 1100011 | 1000110 | 0 | 11111 | 11011110 | 1100011 | 100011 |
Color Harmonies of #0135B1
Complementary color
Monochromatic Colors of #0135B1
Black with #0135B1
Text Example
Text Example
White with #0135B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0135B1; }
p { color: rgb(1,53,177); }
H1.HeaderClassName
{
color: #0135B1;
}
.AnyTagClassName
{
color: #0135B1;
}
</style>
background-color css
<style>
a { background-color: #0135B1; }
a { background-color: rgb(1,53,177); }
div.DivClassName
{
background-color: #0135B1;
}
.BgClassName
{
background-color: #0135B1;
}
</style>
border-color css
<style>
span { border-color: #0135B1; }
span { border-color: rgb(1,53,177); }
td.TdClassName
{
border-color: #0135B1;
}
.TagClassName
{
border-color: #0135B1;
}
</style>