Html Css Color HEX #022BC3 International Klein Blue
📋 copy color: '#022BC3'red 2 ◦ green 43 ◦ blue 195
Shades of International Klein Blue #022BC3
Tints of International Klein Blue #022BC3
RGB
CMYK
RGB Variations
Color information
#022BC3 (or 0x022BC3) is known color: International Klein Blue. HEX triplet: 02, 2B and C3. RGB value is (2,43,195). Sum of RGB (Red+Green+Blue) = 2+43+195=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 195 (76.56% from 255 or 81.25% from 240); Max value from RGB is 195 - color contains mainly: blue. Hex color #022BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BC3 is #FDD43C. Grayscale: #2F2F2F. Windows color (decimal): -16634941 or 12790530. OLE color: 12790530.
HSL color Cylindrical-coordinate representation of color #022BC3: hue angle of 227.25º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BC3 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 43 | 195 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.24 |
| HSL | 227.25º | 0.98% | 0.39% | - |
| HSV(B) | 227.25º | 0.99% | 0.76% | - |
| XYZ | 10.74 | 5.68 | 52.16 | - |
| YUV | 48.07 | 210.92 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 195 | 0.99 | 0.78 | 0 | 0.24 | 227.25 | 0.98 | 0.39 |
| Hex | 2 | 2B | C3 | 63 | 4E | 0 | 18 | E3 | 62 | 27 |
| Octal | 2 | 53 | 303 | 143 | 116 | 0 | 30 | 343 | 142 | 47 |
| Binary | 10 | 101011 | 11000011 | 1100011 | 1001110 | 0 | 11000 | 11100011 | 1100010 | 100111 |
Color Harmonies of #022BC3
Complementary color
Monochromatic Colors of #022BC3
Black with #022BC3
Text Example
Text Example
White with #022BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BC3; }
p { color: rgb(2,43,195); }
H1.HeaderClassName
{
color: #022BC3;
}
.AnyTagClassName
{
color: #022BC3;
}
</style>
background-color css
<style>
a { background-color: #022BC3; }
a { background-color: rgb(2,43,195); }
div.DivClassName
{
background-color: #022BC3;
}
.BgClassName
{
background-color: #022BC3;
}
</style>
border-color css
<style>
span { border-color: #022BC3; }
span { border-color: rgb(2,43,195); }
td.TdClassName
{
border-color: #022BC3;
}
.TagClassName
{
border-color: #022BC3;
}
</style>