Html Css Color HEX #0232BB International Klein Blue
📋 copy color: '#0232BB'red 2 ◦ green 50 ◦ blue 187
Shades of International Klein Blue #0232BB
Tints of International Klein Blue #0232BB
RGB
CMYK
RGB Variations
Color information
#0232BB (or 0x0232BB) is known color: International Klein Blue. HEX triplet: 02, 32 and BB. RGB value is (2,50,187). Sum of RGB (Red+Green+Blue) = 2+50+187=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #0232BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232BB is #FDCD44. Grayscale: #323232. Windows color (decimal): -16633157 or 12268034. OLE color: 12268034.
HSL color Cylindrical-coordinate representation of color #0232BB: hue angle of 224.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232BB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 50 | 187 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.27 |
| HSL | 224.43º | 0.98% | 0.37% | - |
| HSV(B) | 224.43º | 0.99% | 0.73% | - |
| XYZ | 10.14 | 5.88 | 47.61 | - |
| YUV | 51.27 | 204.6 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 187 | 0.99 | 0.73 | 0 | 0.27 | 224.43 | 0.98 | 0.37 |
| Hex | 2 | 32 | BB | 63 | 49 | 0 | 1B | E0 | 62 | 25 |
| Octal | 2 | 62 | 273 | 143 | 111 | 0 | 33 | 340 | 142 | 45 |
| Binary | 10 | 110010 | 10111011 | 1100011 | 1001001 | 0 | 11011 | 11100000 | 1100010 | 100101 |
Color Harmonies of #0232BB
Complementary color
Monochromatic Colors of #0232BB
Black with #0232BB
Text Example
Text Example
White with #0232BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232BB; }
p { color: rgb(2,50,187); }
H1.HeaderClassName
{
color: #0232BB;
}
.AnyTagClassName
{
color: #0232BB;
}
</style>
background-color css
<style>
a { background-color: #0232BB; }
a { background-color: rgb(2,50,187); }
div.DivClassName
{
background-color: #0232BB;
}
.BgClassName
{
background-color: #0232BB;
}
</style>
border-color css
<style>
span { border-color: #0232BB; }
span { border-color: rgb(2,50,187); }
td.TdClassName
{
border-color: #0232BB;
}
.TagClassName
{
border-color: #0232BB;
}
</style>