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