Html Css Color HEX #0133BD International Klein Blue
📋 copy color: '#0133BD'red 1 ◦ green 51 ◦ blue 189
Shades of International Klein Blue #0133BD
Tints of International Klein Blue #0133BD
RGB
CMYK
RGB Variations
Color information
#0133BD (or 0x0133BD) is known color: International Klein Blue. HEX triplet: 01, 33 and BD. RGB value is (1,51,189). Sum of RGB (Red+Green+Blue) = 1+51+189=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #0133BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133BD is #FECC42. Grayscale: #333333. Windows color (decimal): -16698435 or 12399361. OLE color: 12399361.
HSL color Cylindrical-coordinate representation of color #0133BD: hue angle of 224.04º 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 #0133BD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 51 | 189 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.26 |
| HSL | 224.04º | 0.99% | 0.37% | - |
| HSV(B) | 224.04º | 0.99% | 0.74% | - |
| XYZ | 10.38 | 6.05 | 48.76 | - |
| YUV | 51.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 189 | 0.99 | 0.73 | 0 | 0.26 | 224.04 | 0.99 | 0.37 |
| Hex | 1 | 33 | BD | 63 | 49 | 0 | 1A | E0 | 63 | 25 |
| Octal | 1 | 63 | 275 | 143 | 111 | 0 | 32 | 340 | 143 | 45 |
| Binary | 1 | 110011 | 10111101 | 1100011 | 1001001 | 0 | 11010 | 11100000 | 1100011 | 100101 |
Color Harmonies of #0133BD
Complementary color
Monochromatic Colors of #0133BD
Black with #0133BD
Text Example
Text Example
White with #0133BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133BD; }
p { color: rgb(1,51,189); }
H1.HeaderClassName
{
color: #0133BD;
}
.AnyTagClassName
{
color: #0133BD;
}
</style>
background-color css
<style>
a { background-color: #0133BD; }
a { background-color: rgb(1,51,189); }
div.DivClassName
{
background-color: #0133BD;
}
.BgClassName
{
background-color: #0133BD;
}
</style>
border-color css
<style>
span { border-color: #0133BD; }
span { border-color: rgb(1,51,189); }
td.TdClassName
{
border-color: #0133BD;
}
.TagClassName
{
border-color: #0133BD;
}
</style>