Html Css Color HEX #0122C3 International Klein Blue
📋 copy color: '#0122C3'red 1 ◦ green 34 ◦ blue 195
Shades of International Klein Blue #0122C3
Tints of International Klein Blue #0122C3
RGB
CMYK
RGB Variations
Color information
#0122C3 (or 0x0122C3) is known color: International Klein Blue. HEX triplet: 01, 22 and C3. RGB value is (1,34,195). Sum of RGB (Red+Green+Blue) = 1+34+195=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 195 (76.56% from 255 or 84.78% from 230); Max value from RGB is 195 - color contains mainly: blue. Hex color #0122C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0122C3 is #FEDD3C. Grayscale: #292929. Windows color (decimal): -16702781 or 12788225. OLE color: 12788225.
HSL color Cylindrical-coordinate representation of color #0122C3: hue angle of 229.79º 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 #0122C3 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 34 | 195 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.24 |
| HSL | 229.79º | 0.99% | 0.38% | - |
| HSV(B) | 229.79º | 0.99% | 0.76% | - |
| XYZ | 10.43 | 5.09 | 52.06 | - |
| YUV | 42.49 | 214.07 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 195 | 0.99 | 0.83 | 0 | 0.24 | 229.79 | 0.99 | 0.38 |
| Hex | 1 | 22 | C3 | 63 | 53 | 0 | 18 | E6 | 63 | 26 |
| Octal | 1 | 42 | 303 | 143 | 123 | 0 | 30 | 346 | 143 | 46 |
| Binary | 1 | 100010 | 11000011 | 1100011 | 1010011 | 0 | 11000 | 11100110 | 1100011 | 100110 |
Color Harmonies of #0122C3
Complementary color
Monochromatic Colors of #0122C3
Black with #0122C3
Text Example
Text Example
White with #0122C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0122C3; }
p { color: rgb(1,34,195); }
H1.HeaderClassName
{
color: #0122C3;
}
.AnyTagClassName
{
color: #0122C3;
}
</style>
background-color css
<style>
a { background-color: #0122C3; }
a { background-color: rgb(1,34,195); }
div.DivClassName
{
background-color: #0122C3;
}
.BgClassName
{
background-color: #0122C3;
}
</style>
border-color css
<style>
span { border-color: #0122C3; }
span { border-color: rgb(1,34,195); }
td.TdClassName
{
border-color: #0122C3;
}
.TagClassName
{
border-color: #0122C3;
}
</style>