Html Css Color HEX #0218B7 International Klein Blue
📋 copy color: '#0218B7'red 2 ◦ green 24 ◦ blue 183
Shades of International Klein Blue #0218B7
Tints of International Klein Blue #0218B7
RGB
CMYK
RGB Variations
Color information
#0218B7 (or 0x0218B7) is known color: International Klein Blue. HEX triplet: 02, 18 and B7. RGB value is (2,24,183). Sum of RGB (Red+Green+Blue) = 2+24+183=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 183 (71.88% from 255 or 87.56% from 209); Max value from RGB is 183 - color contains mainly: blue. Hex color #0218B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218B7 is #FDE748. Grayscale: #222222. Windows color (decimal): -16639817 or 11999234. OLE color: 11999234.
HSL color Cylindrical-coordinate representation of color #0218B7: hue angle of 232.71º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218B7 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 24 | 183 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.28 |
| HSL | 232.71º | 0.98% | 0.36% | - |
| HSV(B) | 232.71º | 0.99% | 0.72% | - |
| XYZ | 8.9 | 4.09 | 45.12 | - |
| YUV | 35.55 | 211.21 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 183 | 0.99 | 0.87 | 0 | 0.28 | 232.71 | 0.98 | 0.36 |
| Hex | 2 | 18 | B7 | 63 | 57 | 0 | 1C | E9 | 62 | 24 |
| Octal | 2 | 30 | 267 | 143 | 127 | 0 | 34 | 351 | 142 | 44 |
| Binary | 10 | 11000 | 10110111 | 1100011 | 1010111 | 0 | 11100 | 11101001 | 1100010 | 100100 |
Color Harmonies of #0218B7
Complementary color
Monochromatic Colors of #0218B7
Black with #0218B7
Text Example
Text Example
White with #0218B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218B7; }
p { color: rgb(2,24,183); }
H1.HeaderClassName
{
color: #0218B7;
}
.AnyTagClassName
{
color: #0218B7;
}
</style>
background-color css
<style>
a { background-color: #0218B7; }
a { background-color: rgb(2,24,183); }
div.DivClassName
{
background-color: #0218B7;
}
.BgClassName
{
background-color: #0218B7;
}
</style>
border-color css
<style>
span { border-color: #0218B7; }
span { border-color: rgb(2,24,183); }
td.TdClassName
{
border-color: #0218B7;
}
.TagClassName
{
border-color: #0218B7;
}
</style>