Html Css Color HEX #0123C2 International Klein Blue
📋 copy color: '#0123C2'red 1 ◦ green 35 ◦ blue 194
Shades of International Klein Blue #0123C2
Tints of International Klein Blue #0123C2
RGB
CMYK
RGB Variations
Color information
#0123C2 (or 0x0123C2) is known color: International Klein Blue. HEX triplet: 01, 23 and C2. RGB value is (1,35,194). Sum of RGB (Red+Green+Blue) = 1+35+194=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 194 (76.17% from 255 or 84.35% from 230); Max value from RGB is 194 - color contains mainly: blue. Hex color #0123C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0123C2 is #FEDC3D. Grayscale: #2A2A2A. Windows color (decimal): -16702526 or 12722945. OLE color: 12722945.
HSL color Cylindrical-coordinate representation of color #0123C2: hue angle of 229.43º 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 #0123C2 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 35 | 194 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.24 |
| HSL | 229.43º | 0.99% | 0.38% | - |
| HSV(B) | 229.43º | 0.99% | 0.76% | - |
| XYZ | 10.35 | 5.1 | 51.48 | - |
| YUV | 42.96 | 213.24 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 194 | 0.99 | 0.82 | 0 | 0.24 | 229.43 | 0.99 | 0.38 |
| Hex | 1 | 23 | C2 | 63 | 52 | 0 | 18 | E5 | 63 | 26 |
| Octal | 1 | 43 | 302 | 143 | 122 | 0 | 30 | 345 | 143 | 46 |
| Binary | 1 | 100011 | 11000010 | 1100011 | 1010010 | 0 | 11000 | 11100101 | 1100011 | 100110 |
Color Harmonies of #0123C2
Complementary color
Monochromatic Colors of #0123C2
Black with #0123C2
Text Example
Text Example
White with #0123C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0123C2; }
p { color: rgb(1,35,194); }
H1.HeaderClassName
{
color: #0123C2;
}
.AnyTagClassName
{
color: #0123C2;
}
</style>
background-color css
<style>
a { background-color: #0123C2; }
a { background-color: rgb(1,35,194); }
div.DivClassName
{
background-color: #0123C2;
}
.BgClassName
{
background-color: #0123C2;
}
</style>
border-color css
<style>
span { border-color: #0123C2; }
span { border-color: rgb(1,35,194); }
td.TdClassName
{
border-color: #0123C2;
}
.TagClassName
{
border-color: #0123C2;
}
</style>