Html Css Color HEX #0231BD International Klein Blue
📋 copy color: '#0231BD'red 2 ◦ green 49 ◦ blue 189
Shades of International Klein Blue #0231BD
Tints of International Klein Blue #0231BD
RGB
CMYK
RGB Variations
Color information
#0231BD (or 0x0231BD) is known color: International Klein Blue. HEX triplet: 02, 31 and BD. RGB value is (2,49,189). Sum of RGB (Red+Green+Blue) = 2+49+189=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #0231BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0231BD is #FDCE42. Grayscale: #323232. Windows color (decimal): -16633411 or 12398850. OLE color: 12398850.
HSL color Cylindrical-coordinate representation of color #0231BD: hue angle of 224.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231BD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 49 | 189 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.26 |
| HSL | 224.92º | 0.98% | 0.37% | - |
| HSV(B) | 224.92º | 0.99% | 0.74% | - |
| XYZ | 10.31 | 5.88 | 48.74 | - |
| YUV | 50.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 189 | 0.99 | 0.74 | 0 | 0.26 | 224.92 | 0.98 | 0.37 |
| Hex | 2 | 31 | BD | 63 | 4A | 0 | 1A | E1 | 62 | 25 |
| Octal | 2 | 61 | 275 | 143 | 112 | 0 | 32 | 341 | 142 | 45 |
| Binary | 10 | 110001 | 10111101 | 1100011 | 1001010 | 0 | 11010 | 11100001 | 1100010 | 100101 |
Color Harmonies of #0231BD
Complementary color
Monochromatic Colors of #0231BD
Black with #0231BD
Text Example
Text Example
White with #0231BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0231BD; }
p { color: rgb(2,49,189); }
H1.HeaderClassName
{
color: #0231BD;
}
.AnyTagClassName
{
color: #0231BD;
}
</style>
background-color css
<style>
a { background-color: #0231BD; }
a { background-color: rgb(2,49,189); }
div.DivClassName
{
background-color: #0231BD;
}
.BgClassName
{
background-color: #0231BD;
}
</style>
border-color css
<style>
span { border-color: #0231BD; }
span { border-color: rgb(2,49,189); }
td.TdClassName
{
border-color: #0231BD;
}
.TagClassName
{
border-color: #0231BD;
}
</style>