Html Css Color HEX #0022C6 International Klein Blue
📋 copy color: '#0022C6'red 0 ◦ green 34 ◦ blue 198
Shades of International Klein Blue #0022C6
Tints of International Klein Blue #0022C6
RGB
CMYK
RGB Variations
Color information
#0022C6 (or 0x0022C6) is known color: International Klein Blue. HEX triplet: 00, 22 and C6. RGB value is (0,34,198). Sum of RGB (Red+Green+Blue) = 0+34+198=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 198 (77.73% from 255 or 85.34% from 232); Max value from RGB is 198 - color contains mainly: blue. Hex color #0022C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0022C6 is #FFDD39. Grayscale: #292929. Windows color (decimal): -16768314 or 12984832. OLE color: 12984832.
HSL color Cylindrical-coordinate representation of color #0022C6: hue angle of 229.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022C6 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 34 | 198 | - |
| CMYK | 1 | 0.83 | 0 | 0.22 |
| HSL | 229.7º | 1% | 0.39% | - |
| HSV(B) | 229.7º | 1% | 0.78% | - |
| XYZ | 10.77 | 5.22 | 53.87 | - |
| YUV | 42.53 | 215.74 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 198 | 1 | 0.83 | 0 | 0.22 | 229.7 | 1 | 0.39 |
| Hex | 0 | 22 | C6 | 64 | 53 | 0 | 16 | E6 | 64 | 27 |
| Octal | 0 | 42 | 306 | 144 | 123 | 0 | 26 | 346 | 144 | 47 |
| Binary | 0 | 100010 | 11000110 | 1100100 | 1010011 | 0 | 10110 | 11100110 | 1100100 | 100111 |
Color Harmonies of #0022C6
Complementary color
Monochromatic Colors of #0022C6
Black with #0022C6
Text Example
Text Example
White with #0022C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022C6; }
p { color: rgb(0,34,198); }
H1.HeaderClassName
{
color: #0022C6;
}
.AnyTagClassName
{
color: #0022C6;
}
</style>
background-color css
<style>
a { background-color: #0022C6; }
a { background-color: rgb(0,34,198); }
div.DivClassName
{
background-color: #0022C6;
}
.BgClassName
{
background-color: #0022C6;
}
</style>
border-color css
<style>
span { border-color: #0022C6; }
span { border-color: rgb(0,34,198); }
td.TdClassName
{
border-color: #0022C6;
}
.TagClassName
{
border-color: #0022C6;
}
</style>