Html Css Color HEX #0133BA International Klein Blue
📋 copy color: '#0133BA'red 1 ◦ green 51 ◦ blue 186
Shades of International Klein Blue #0133BA
Tints of International Klein Blue #0133BA
RGB
CMYK
RGB Variations
Color information
#0133BA (or 0x0133BA) is known color: International Klein Blue. HEX triplet: 01, 33 and BA. RGB value is (1,51,186). Sum of RGB (Red+Green+Blue) = 1+51+186=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #0133BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133BA is #FECC45. Grayscale: #323232. Windows color (decimal): -16698438 or 12202753. OLE color: 12202753.
HSL color Cylindrical-coordinate representation of color #0133BA: hue angle of 223.78º 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 #0133BA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 51 | 186 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.27 |
| HSL | 223.78º | 0.99% | 0.37% | - |
| HSV(B) | 223.78º | 0.99% | 0.73% | - |
| XYZ | 10.06 | 5.92 | 47.07 | - |
| YUV | 51.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 186 | 0.99 | 0.73 | 0 | 0.27 | 223.78 | 0.99 | 0.37 |
| Hex | 1 | 33 | BA | 63 | 49 | 0 | 1B | E0 | 63 | 25 |
| Octal | 1 | 63 | 272 | 143 | 111 | 0 | 33 | 340 | 143 | 45 |
| Binary | 1 | 110011 | 10111010 | 1100011 | 1001001 | 0 | 11011 | 11100000 | 1100011 | 100101 |
Color Harmonies of #0133BA
Complementary color
Monochromatic Colors of #0133BA
Black with #0133BA
Text Example
Text Example
White with #0133BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133BA; }
p { color: rgb(1,51,186); }
H1.HeaderClassName
{
color: #0133BA;
}
.AnyTagClassName
{
color: #0133BA;
}
</style>
background-color css
<style>
a { background-color: #0133BA; }
a { background-color: rgb(1,51,186); }
div.DivClassName
{
background-color: #0133BA;
}
.BgClassName
{
background-color: #0133BA;
}
</style>
border-color css
<style>
span { border-color: #0133BA; }
span { border-color: rgb(1,51,186); }
td.TdClassName
{
border-color: #0133BA;
}
.TagClassName
{
border-color: #0133BA;
}
</style>