Html Css Color HEX #0033B3 International Klein Blue
📋 copy color: '#0033B3'red 0 ◦ green 51 ◦ blue 179
Shades of International Klein Blue #0033B3
Tints of International Klein Blue #0033B3
RGB
CMYK
RGB Variations
Color information
#0033B3 (or 0x0033B3) is known color: International Klein Blue. HEX triplet: 00, 33 and B3. RGB value is (0,51,179). Sum of RGB (Red+Green+Blue) = 0+51+179=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 179 (70.31% from 255 or 77.83% from 230); Max value from RGB is 179 - color contains mainly: blue. Hex color #0033B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033B3 is #FFCC4C. Grayscale: #313131. Windows color (decimal): -16763981 or 11744000. OLE color: 11744000.
HSL color Cylindrical-coordinate representation of color #0033B3: hue angle of 222.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033B3 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 51 | 179 | - |
| CMYK | 1 | 0.72 | 0 | 0.30 |
| HSL | 222.91º | 1% | 0.35% | - |
| HSV(B) | 222.91º | 1% | 0.7% | - |
| XYZ | 9.32 | 5.62 | 43.24 | - |
| YUV | 50.34 | 200.6 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 179 | 1 | 0.72 | 0 | 0.30 | 222.91 | 1 | 0.35 |
| Hex | 0 | 33 | B3 | 64 | 48 | 0 | 1E | DF | 64 | 23 |
| Octal | 0 | 63 | 263 | 144 | 110 | 0 | 36 | 337 | 144 | 43 |
| Binary | 0 | 110011 | 10110011 | 1100100 | 1001000 | 0 | 11110 | 11011111 | 1100100 | 100011 |
Color Harmonies of #0033B3
Complementary color
Monochromatic Colors of #0033B3
Black with #0033B3
Text Example
Text Example
White with #0033B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033B3; }
p { color: rgb(0,51,179); }
H1.HeaderClassName
{
color: #0033B3;
}
.AnyTagClassName
{
color: #0033B3;
}
</style>
background-color css
<style>
a { background-color: #0033B3; }
a { background-color: rgb(0,51,179); }
div.DivClassName
{
background-color: #0033B3;
}
.BgClassName
{
background-color: #0033B3;
}
</style>
border-color css
<style>
span { border-color: #0033B3; }
span { border-color: rgb(0,51,179); }
td.TdClassName
{
border-color: #0033B3;
}
.TagClassName
{
border-color: #0033B3;
}
</style>