Html Css Color HEX #0232B9 International Klein Blue
📋 copy color: '#0232B9'red 2 ◦ green 50 ◦ blue 185
Shades of International Klein Blue #0232B9
Tints of International Klein Blue #0232B9
RGB
CMYK
RGB Variations
Color information
#0232B9 (or 0x0232B9) is known color: International Klein Blue. HEX triplet: 02, 32 and B9. RGB value is (2,50,185). Sum of RGB (Red+Green+Blue) = 2+50+185=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #0232B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232B9 is #FDCD46. Grayscale: #323232. Windows color (decimal): -16633159 or 12136962. OLE color: 12136962.
HSL color Cylindrical-coordinate representation of color #0232B9: hue angle of 224.26º 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 #0232B9 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 50 | 185 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.27 |
| HSL | 224.26º | 0.98% | 0.37% | - |
| HSV(B) | 224.26º | 0.99% | 0.73% | - |
| XYZ | 9.92 | 5.8 | 46.49 | - |
| YUV | 51.04 | 203.6 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 185 | 0.99 | 0.73 | 0 | 0.27 | 224.26 | 0.98 | 0.37 |
| Hex | 2 | 32 | B9 | 63 | 49 | 0 | 1B | E0 | 62 | 25 |
| Octal | 2 | 62 | 271 | 143 | 111 | 0 | 33 | 340 | 142 | 45 |
| Binary | 10 | 110010 | 10111001 | 1100011 | 1001001 | 0 | 11011 | 11100000 | 1100010 | 100101 |
Color Harmonies of #0232B9
Complementary color
Monochromatic Colors of #0232B9
Black with #0232B9
Text Example
Text Example
White with #0232B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232B9; }
p { color: rgb(2,50,185); }
H1.HeaderClassName
{
color: #0232B9;
}
.AnyTagClassName
{
color: #0232B9;
}
</style>
background-color css
<style>
a { background-color: #0232B9; }
a { background-color: rgb(2,50,185); }
div.DivClassName
{
background-color: #0232B9;
}
.BgClassName
{
background-color: #0232B9;
}
</style>
border-color css
<style>
span { border-color: #0232B9; }
span { border-color: rgb(2,50,185); }
td.TdClassName
{
border-color: #0232B9;
}
.TagClassName
{
border-color: #0232B9;
}
</style>