Html Css Color HEX #0033BE International Klein Blue
📋 copy color: '#0033BE'red 0 ◦ green 51 ◦ blue 190
Shades of International Klein Blue #0033BE
Tints of International Klein Blue #0033BE
RGB
CMYK
RGB Variations
Color information
#0033BE (or 0x0033BE) is known color: International Klein Blue. HEX triplet: 00, 33 and BE. RGB value is (0,51,190). Sum of RGB (Red+Green+Blue) = 0+51+190=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #0033BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033BE is #FFCC41. Grayscale: #323232. Windows color (decimal): -16763970 or 12464896. OLE color: 12464896.
HSL color Cylindrical-coordinate representation of color #0033BE: hue angle of 223.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033BE is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 51 | 190 | - |
| CMYK | 1 | 0.73 | 0 | 0.25 |
| HSL | 223.89º | 1% | 0.37% | - |
| HSV(B) | 223.89º | 1% | 0.75% | - |
| XYZ | 10.48 | 6.09 | 49.34 | - |
| YUV | 51.6 | 206.1 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 190 | 1 | 0.73 | 0 | 0.25 | 223.89 | 1 | 0.37 |
| Hex | 0 | 33 | BE | 64 | 49 | 0 | 19 | E0 | 64 | 25 |
| Octal | 0 | 63 | 276 | 144 | 111 | 0 | 31 | 340 | 144 | 45 |
| Binary | 0 | 110011 | 10111110 | 1100100 | 1001001 | 0 | 11001 | 11100000 | 1100100 | 100101 |
Color Harmonies of #0033BE
Complementary color
Monochromatic Colors of #0033BE
Black with #0033BE
Text Example
Text Example
White with #0033BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033BE; }
p { color: rgb(0,51,190); }
H1.HeaderClassName
{
color: #0033BE;
}
.AnyTagClassName
{
color: #0033BE;
}
</style>
background-color css
<style>
a { background-color: #0033BE; }
a { background-color: rgb(0,51,190); }
div.DivClassName
{
background-color: #0033BE;
}
.BgClassName
{
background-color: #0033BE;
}
</style>
border-color css
<style>
span { border-color: #0033BE; }
span { border-color: rgb(0,51,190); }
td.TdClassName
{
border-color: #0033BE;
}
.TagClassName
{
border-color: #0033BE;
}
</style>