Html Css Color HEX #0733B8 International Klein Blue
📋 copy color: '#0733B8'red 7 ◦ green 51 ◦ blue 184
Shades of International Klein Blue #0733B8
Tints of International Klein Blue #0733B8
RGB
CMYK
RGB Variations
Color information
#0733B8 (or 0x0733B8) is known color: International Klein Blue. HEX triplet: 07, 33 and B8. RGB value is (7,51,184). Sum of RGB (Red+Green+Blue) = 7+51+184=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 184 (72.27% from 255 or 76.03% from 242); Max value from RGB is 184 - color contains mainly: blue. Hex color #0733B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733B8 is #F8CC47. Grayscale: #343434. Windows color (decimal): -16305224 or 12071687. OLE color: 12071687.
HSL color Cylindrical-coordinate representation of color #0733B8: hue angle of 225.08º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0733B8 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 51 | 184 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.28 |
| HSL | 225.08º | 0.93% | 0.37% | - |
| HSV(B) | 225.08º | 0.96% | 0.72% | - |
| XYZ | 9.92 | 5.87 | 45.96 | - |
| YUV | 53.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 184 | 0.96 | 0.72 | 0 | 0.28 | 225.08 | 0.93 | 0.37 |
| Hex | 7 | 33 | B8 | 60 | 48 | 0 | 1C | E1 | 5D | 25 |
| Octal | 7 | 63 | 270 | 140 | 110 | 0 | 34 | 341 | 135 | 45 |
| Binary | 111 | 110011 | 10111000 | 1100000 | 1001000 | 0 | 11100 | 11100001 | 1011101 | 100101 |
Color Harmonies of #0733B8
Complementary color
Monochromatic Colors of #0733B8
Black with #0733B8
Text Example
Text Example
White with #0733B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733B8; }
p { color: rgb(7,51,184); }
H1.HeaderClassName
{
color: #0733B8;
}
.AnyTagClassName
{
color: #0733B8;
}
</style>
background-color css
<style>
a { background-color: #0733B8; }
a { background-color: rgb(7,51,184); }
div.DivClassName
{
background-color: #0733B8;
}
.BgClassName
{
background-color: #0733B8;
}
</style>
border-color css
<style>
span { border-color: #0733B8; }
span { border-color: rgb(7,51,184); }
td.TdClassName
{
border-color: #0733B8;
}
.TagClassName
{
border-color: #0733B8;
}
</style>