Html Css Color HEX #0122C2 International Klein Blue
📋 copy color: '#0122C2'red 1 ◦ green 34 ◦ blue 194
Shades of International Klein Blue #0122C2
Tints of International Klein Blue #0122C2
RGB
CMYK
RGB Variations
Color information
#0122C2 (or 0x0122C2) is known color: International Klein Blue. HEX triplet: 01, 22 and C2. RGB value is (1,34,194). Sum of RGB (Red+Green+Blue) = 1+34+194=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 194 (76.17% from 255 or 84.72% from 229); Max value from RGB is 194 - color contains mainly: blue. Hex color #0122C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0122C2 is #FEDD3D. Grayscale: #292929. Windows color (decimal): -16702782 or 12722689. OLE color: 12722689.
HSL color Cylindrical-coordinate representation of color #0122C2: hue angle of 229.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0122C2 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 34 | 194 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.24 |
| HSL | 229.74º | 0.99% | 0.38% | - |
| HSV(B) | 229.74º | 0.99% | 0.76% | - |
| XYZ | 10.32 | 5.05 | 51.47 | - |
| YUV | 42.37 | 213.57 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 194 | 0.99 | 0.82 | 0 | 0.24 | 229.74 | 0.99 | 0.38 |
| Hex | 1 | 22 | C2 | 63 | 52 | 0 | 18 | E6 | 63 | 26 |
| Octal | 1 | 42 | 302 | 143 | 122 | 0 | 30 | 346 | 143 | 46 |
| Binary | 1 | 100010 | 11000010 | 1100011 | 1010010 | 0 | 11000 | 11100110 | 1100011 | 100110 |
Color Harmonies of #0122C2
Complementary color
Monochromatic Colors of #0122C2
Black with #0122C2
Text Example
Text Example
White with #0122C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0122C2; }
p { color: rgb(1,34,194); }
H1.HeaderClassName
{
color: #0122C2;
}
.AnyTagClassName
{
color: #0122C2;
}
</style>
background-color css
<style>
a { background-color: #0122C2; }
a { background-color: rgb(1,34,194); }
div.DivClassName
{
background-color: #0122C2;
}
.BgClassName
{
background-color: #0122C2;
}
</style>
border-color css
<style>
span { border-color: #0122C2; }
span { border-color: rgb(1,34,194); }
td.TdClassName
{
border-color: #0122C2;
}
.TagClassName
{
border-color: #0122C2;
}
</style>