Html Css Color HEX #0033B7 International Klein Blue
📋 copy color: '#0033B7'red 0 ◦ green 51 ◦ blue 183
Shades of International Klein Blue #0033B7
Tints of International Klein Blue #0033B7
RGB
CMYK
RGB Variations
Color information
#0033B7 (or 0x0033B7) is known color: International Klein Blue. HEX triplet: 00, 33 and B7. RGB value is (0,51,183). Sum of RGB (Red+Green+Blue) = 0+51+183=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #0033B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033B7 is #FFCC48. Grayscale: #323232. Windows color (decimal): -16763977 or 12006144. OLE color: 12006144.
HSL color Cylindrical-coordinate representation of color #0033B7: hue angle of 223.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033B7 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 51 | 183 | - |
| CMYK | 1 | 0.72 | 0 | 0.28 |
| HSL | 223.28º | 1% | 0.36% | - |
| HSV(B) | 223.28º | 1% | 0.72% | - |
| XYZ | 9.73 | 5.79 | 45.4 | - |
| YUV | 50.8 | 202.6 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 183 | 1 | 0.72 | 0 | 0.28 | 223.28 | 1 | 0.36 |
| Hex | 0 | 33 | B7 | 64 | 48 | 0 | 1C | DF | 64 | 24 |
| Octal | 0 | 63 | 267 | 144 | 110 | 0 | 34 | 337 | 144 | 44 |
| Binary | 0 | 110011 | 10110111 | 1100100 | 1001000 | 0 | 11100 | 11011111 | 1100100 | 100100 |
Color Harmonies of #0033B7
Complementary color
Monochromatic Colors of #0033B7
Black with #0033B7
Text Example
Text Example
White with #0033B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033B7; }
p { color: rgb(0,51,183); }
H1.HeaderClassName
{
color: #0033B7;
}
.AnyTagClassName
{
color: #0033B7;
}
</style>
background-color css
<style>
a { background-color: #0033B7; }
a { background-color: rgb(0,51,183); }
div.DivClassName
{
background-color: #0033B7;
}
.BgClassName
{
background-color: #0033B7;
}
</style>
border-color css
<style>
span { border-color: #0033B7; }
span { border-color: rgb(0,51,183); }
td.TdClassName
{
border-color: #0033B7;
}
.TagClassName
{
border-color: #0033B7;
}
</style>