Html Css Color HEX #0033BA International Klein Blue
📋 copy color: '#0033BA'red 0 ◦ green 51 ◦ blue 186
Shades of International Klein Blue #0033BA
Tints of International Klein Blue #0033BA
RGB
CMYK
RGB Variations
Color information
#0033BA (or 0x0033BA) is known color: International Klein Blue. HEX triplet: 00, 33 and BA. RGB value is (0,51,186). Sum of RGB (Red+Green+Blue) = 0+51+186=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #0033BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033BA is #FFCC45. Grayscale: #323232. Windows color (decimal): -16763974 or 12202752. OLE color: 12202752.
HSL color Cylindrical-coordinate representation of color #0033BA: hue angle of 223.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033BA is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 51 | 186 | - |
| CMYK | 1 | 0.73 | 0 | 0.27 |
| HSL | 223.55º | 1% | 0.36% | - |
| HSV(B) | 223.55º | 1% | 0.73% | - |
| XYZ | 10.05 | 5.91 | 47.07 | - |
| YUV | 51.14 | 204.1 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 186 | 1 | 0.73 | 0 | 0.27 | 223.55 | 1 | 0.36 |
| Hex | 0 | 33 | BA | 64 | 49 | 0 | 1B | E0 | 64 | 24 |
| Octal | 0 | 63 | 272 | 144 | 111 | 0 | 33 | 340 | 144 | 44 |
| Binary | 0 | 110011 | 10111010 | 1100100 | 1001001 | 0 | 11011 | 11100000 | 1100100 | 100100 |
Color Harmonies of #0033BA
Complementary color
Monochromatic Colors of #0033BA
Black with #0033BA
Text Example
Text Example
White with #0033BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033BA; }
p { color: rgb(0,51,186); }
H1.HeaderClassName
{
color: #0033BA;
}
.AnyTagClassName
{
color: #0033BA;
}
</style>
background-color css
<style>
a { background-color: #0033BA; }
a { background-color: rgb(0,51,186); }
div.DivClassName
{
background-color: #0033BA;
}
.BgClassName
{
background-color: #0033BA;
}
</style>
border-color css
<style>
span { border-color: #0033BA; }
span { border-color: rgb(0,51,186); }
td.TdClassName
{
border-color: #0033BA;
}
.TagClassName
{
border-color: #0033BA;
}
</style>