Html Css Color HEX #0223BA International Klein Blue
📋 copy color: '#0223BA'red 2 ◦ green 35 ◦ blue 186
Shades of International Klein Blue #0223BA
Tints of International Klein Blue #0223BA
RGB
CMYK
RGB Variations
Color information
#0223BA (or 0x0223BA) is known color: International Klein Blue. HEX triplet: 02, 23 and BA. RGB value is (2,35,186). Sum of RGB (Red+Green+Blue) = 2+35+186=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #0223BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0223BA is #FDDC45. Grayscale: #292929. Windows color (decimal): -16636998 or 12198658. OLE color: 12198658.
HSL color Cylindrical-coordinate representation of color #0223BA: hue angle of 229.24º 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 #0223BA is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 35 | 186 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.27 |
| HSL | 229.24º | 0.98% | 0.37% | - |
| HSV(B) | 229.24º | 0.99% | 0.73% | - |
| XYZ | 9.49 | 4.76 | 46.87 | - |
| YUV | 42.35 | 209.07 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 186 | 0.99 | 0.81 | 0 | 0.27 | 229.24 | 0.98 | 0.37 |
| Hex | 2 | 23 | BA | 63 | 51 | 0 | 1B | E5 | 62 | 25 |
| Octal | 2 | 43 | 272 | 143 | 121 | 0 | 33 | 345 | 142 | 45 |
| Binary | 10 | 100011 | 10111010 | 1100011 | 1010001 | 0 | 11011 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0223BA
Complementary color
Monochromatic Colors of #0223BA
Black with #0223BA
Text Example
Text Example
White with #0223BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223BA; }
p { color: rgb(2,35,186); }
H1.HeaderClassName
{
color: #0223BA;
}
.AnyTagClassName
{
color: #0223BA;
}
</style>
background-color css
<style>
a { background-color: #0223BA; }
a { background-color: rgb(2,35,186); }
div.DivClassName
{
background-color: #0223BA;
}
.BgClassName
{
background-color: #0223BA;
}
</style>
border-color css
<style>
span { border-color: #0223BA; }
span { border-color: rgb(2,35,186); }
td.TdClassName
{
border-color: #0223BA;
}
.TagClassName
{
border-color: #0223BA;
}
</style>