Html Css Color HEX #0833B2 International Klein Blue
📋 copy color: '#0833B2'red 8 ◦ green 51 ◦ blue 178
Shades of International Klein Blue #0833B2
Tints of International Klein Blue #0833B2
RGB
CMYK
RGB Variations
Color information
#0833B2 (or 0x0833B2) is known color: International Klein Blue. HEX triplet: 08, 33 and B2. RGB value is (8,51,178). Sum of RGB (Red+Green+Blue) = 8+51+178=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 178 (69.92% from 255 or 75.11% from 237); Max value from RGB is 178 - color contains mainly: blue. Hex color #0833B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833B2 is #F7CC4D. Grayscale: #343434. Windows color (decimal): -16239694 or 11678472. OLE color: 11678472.
HSL color Cylindrical-coordinate representation of color #0833B2: hue angle of 224.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0833B2 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 51 | 178 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.30 |
| HSL | 224.82º | 0.91% | 0.36% | - |
| HSV(B) | 224.82º | 0.96% | 0.7% | - |
| XYZ | 9.32 | 5.63 | 42.72 | - |
| YUV | 52.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 178 | 0.96 | 0.71 | 0 | 0.30 | 224.82 | 0.91 | 0.36 |
| Hex | 8 | 33 | B2 | 60 | 47 | 0 | 1E | E1 | 5B | 24 |
| Octal | 10 | 63 | 262 | 140 | 107 | 0 | 36 | 341 | 133 | 44 |
| Binary | 1000 | 110011 | 10110010 | 1100000 | 1000111 | 0 | 11110 | 11100001 | 1011011 | 100100 |
Color Harmonies of #0833B2
Complementary color
Monochromatic Colors of #0833B2
Black with #0833B2
Text Example
Text Example
White with #0833B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0833B2; }
p { color: rgb(8,51,178); }
H1.HeaderClassName
{
color: #0833B2;
}
.AnyTagClassName
{
color: #0833B2;
}
</style>
background-color css
<style>
a { background-color: #0833B2; }
a { background-color: rgb(8,51,178); }
div.DivClassName
{
background-color: #0833B2;
}
.BgClassName
{
background-color: #0833B2;
}
</style>
border-color css
<style>
span { border-color: #0833B2; }
span { border-color: rgb(8,51,178); }
td.TdClassName
{
border-color: #0833B2;
}
.TagClassName
{
border-color: #0833B2;
}
</style>