Html Css Color HEX #0223BC International Klein Blue
📋 copy color: '#0223BC'red 2 ◦ green 35 ◦ blue 188
Shades of International Klein Blue #0223BC
Tints of International Klein Blue #0223BC
RGB
CMYK
RGB Variations
Color information
#0223BC (or 0x0223BC) is known color: International Klein Blue. HEX triplet: 02, 23 and BC. RGB value is (2,35,188). Sum of RGB (Red+Green+Blue) = 2+35+188=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #0223BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0223BC is #FDDC43. Grayscale: #292929. Windows color (decimal): -16636996 or 12329730. OLE color: 12329730.
HSL color Cylindrical-coordinate representation of color #0223BC: hue angle of 229.35º 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 #0223BC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 35 | 188 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.26 |
| HSL | 229.35º | 0.98% | 0.37% | - |
| HSV(B) | 229.35º | 0.99% | 0.74% | - |
| XYZ | 9.7 | 4.85 | 48 | - |
| YUV | 42.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 188 | 0.99 | 0.81 | 0 | 0.26 | 229.35 | 0.98 | 0.37 |
| Hex | 2 | 23 | BC | 63 | 51 | 0 | 1A | E5 | 62 | 25 |
| Octal | 2 | 43 | 274 | 143 | 121 | 0 | 32 | 345 | 142 | 45 |
| Binary | 10 | 100011 | 10111100 | 1100011 | 1010001 | 0 | 11010 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0223BC
Complementary color
Monochromatic Colors of #0223BC
Black with #0223BC
Text Example
Text Example
White with #0223BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223BC; }
p { color: rgb(2,35,188); }
H1.HeaderClassName
{
color: #0223BC;
}
.AnyTagClassName
{
color: #0223BC;
}
</style>
background-color css
<style>
a { background-color: #0223BC; }
a { background-color: rgb(2,35,188); }
div.DivClassName
{
background-color: #0223BC;
}
.BgClassName
{
background-color: #0223BC;
}
</style>
border-color css
<style>
span { border-color: #0223BC; }
span { border-color: rgb(2,35,188); }
td.TdClassName
{
border-color: #0223BC;
}
.TagClassName
{
border-color: #0223BC;
}
</style>