Html Css Color HEX #0232BE International Klein Blue
📋 copy color: '#0232BE'red 2 ◦ green 50 ◦ blue 190
Shades of International Klein Blue #0232BE
Tints of International Klein Blue #0232BE
RGB
CMYK
RGB Variations
Color information
#0232BE (or 0x0232BE) is known color: International Klein Blue. HEX triplet: 02, 32 and BE. RGB value is (2,50,190). Sum of RGB (Red+Green+Blue) = 2+50+190=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #0232BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0232BE is #FDCD41. Grayscale: #333333. Windows color (decimal): -16633154 or 12464642. OLE color: 12464642.
HSL color Cylindrical-coordinate representation of color #0232BE: hue angle of 224.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232BE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 50 | 190 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.25 |
| HSL | 224.68º | 0.98% | 0.38% | - |
| HSV(B) | 224.68º | 0.99% | 0.75% | - |
| XYZ | 10.46 | 6.01 | 49.32 | - |
| YUV | 51.61 | 206.1 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 190 | 0.99 | 0.74 | 0 | 0.25 | 224.68 | 0.98 | 0.38 |
| Hex | 2 | 32 | BE | 63 | 4A | 0 | 19 | E1 | 62 | 26 |
| Octal | 2 | 62 | 276 | 143 | 112 | 0 | 31 | 341 | 142 | 46 |
| Binary | 10 | 110010 | 10111110 | 1100011 | 1001010 | 0 | 11001 | 11100001 | 1100010 | 100110 |
Color Harmonies of #0232BE
Complementary color
Monochromatic Colors of #0232BE
Black with #0232BE
Text Example
Text Example
White with #0232BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232BE; }
p { color: rgb(2,50,190); }
H1.HeaderClassName
{
color: #0232BE;
}
.AnyTagClassName
{
color: #0232BE;
}
</style>
background-color css
<style>
a { background-color: #0232BE; }
a { background-color: rgb(2,50,190); }
div.DivClassName
{
background-color: #0232BE;
}
.BgClassName
{
background-color: #0232BE;
}
</style>
border-color css
<style>
span { border-color: #0232BE; }
span { border-color: rgb(2,50,190); }
td.TdClassName
{
border-color: #0232BE;
}
.TagClassName
{
border-color: #0232BE;
}
</style>