Html Css Color HEX #0133B9 International Klein Blue
📋 copy color: '#0133B9'red 1 ◦ green 51 ◦ blue 185
Shades of International Klein Blue #0133B9
Tints of International Klein Blue #0133B9
RGB
CMYK
RGB Variations
Color information
#0133B9 (or 0x0133B9) is known color: International Klein Blue. HEX triplet: 01, 33 and B9. RGB value is (1,51,185). Sum of RGB (Red+Green+Blue) = 1+51+185=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #0133B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133B9 is #FECC46. Grayscale: #323232. Windows color (decimal): -16698439 or 12137217. OLE color: 12137217.
HSL color Cylindrical-coordinate representation of color #0133B9: hue angle of 223.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0133B9 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 51 | 185 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.27 |
| HSL | 223.7º | 0.99% | 0.36% | - |
| HSV(B) | 223.7º | 0.99% | 0.73% | - |
| XYZ | 9.95 | 5.88 | 46.51 | - |
| YUV | 51.33 | 203.44 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 185 | 0.99 | 0.72 | 0 | 0.27 | 223.7 | 0.99 | 0.36 |
| Hex | 1 | 33 | B9 | 63 | 48 | 0 | 1B | E0 | 63 | 24 |
| Octal | 1 | 63 | 271 | 143 | 110 | 0 | 33 | 340 | 143 | 44 |
| Binary | 1 | 110011 | 10111001 | 1100011 | 1001000 | 0 | 11011 | 11100000 | 1100011 | 100100 |
Color Harmonies of #0133B9
Complementary color
Monochromatic Colors of #0133B9
Black with #0133B9
Text Example
Text Example
White with #0133B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133B9; }
p { color: rgb(1,51,185); }
H1.HeaderClassName
{
color: #0133B9;
}
.AnyTagClassName
{
color: #0133B9;
}
</style>
background-color css
<style>
a { background-color: #0133B9; }
a { background-color: rgb(1,51,185); }
div.DivClassName
{
background-color: #0133B9;
}
.BgClassName
{
background-color: #0133B9;
}
</style>
border-color css
<style>
span { border-color: #0133B9; }
span { border-color: rgb(1,51,185); }
td.TdClassName
{
border-color: #0133B9;
}
.TagClassName
{
border-color: #0133B9;
}
</style>