Html Css Color HEX #0320C1 International Klein Blue
📋 copy color: '#0320C1'red 3 ◦ green 32 ◦ blue 193
Shades of International Klein Blue #0320C1
Tints of International Klein Blue #0320C1
RGB
CMYK
RGB Variations
Color information
#0320C1 (or 0x0320C1) is known color: International Klein Blue. HEX triplet: 03, 20 and C1. RGB value is (3,32,193). Sum of RGB (Red+Green+Blue) = 3+32+193=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 193 (75.78% from 255 or 84.65% from 228); Max value from RGB is 193 - color contains mainly: blue. Hex color #0320C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320C1 is #FCDF3E. Grayscale: #292929. Windows color (decimal): -16572223 or 12656643. OLE color: 12656643.
HSL color Cylindrical-coordinate representation of color #0320C1: hue angle of 230.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320C1 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 32 | 193 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.24 |
| HSL | 230.84º | 0.97% | 0.38% | - |
| HSV(B) | 230.84º | 0.98% | 0.76% | - |
| XYZ | 10.18 | 4.9 | 50.86 | - |
| YUV | 41.68 | 213.39 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 193 | 0.98 | 0.83 | 0 | 0.24 | 230.84 | 0.97 | 0.38 |
| Hex | 3 | 20 | C1 | 62 | 53 | 0 | 18 | E7 | 61 | 26 |
| Octal | 3 | 40 | 301 | 142 | 123 | 0 | 30 | 347 | 141 | 46 |
| Binary | 11 | 100000 | 11000001 | 1100010 | 1010011 | 0 | 11000 | 11100111 | 1100001 | 100110 |
Color Harmonies of #0320C1
Complementary color
Monochromatic Colors of #0320C1
Black with #0320C1
Text Example
Text Example
White with #0320C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320C1; }
p { color: rgb(3,32,193); }
H1.HeaderClassName
{
color: #0320C1;
}
.AnyTagClassName
{
color: #0320C1;
}
</style>
background-color css
<style>
a { background-color: #0320C1; }
a { background-color: rgb(3,32,193); }
div.DivClassName
{
background-color: #0320C1;
}
.BgClassName
{
background-color: #0320C1;
}
</style>
border-color css
<style>
span { border-color: #0320C1; }
span { border-color: rgb(3,32,193); }
td.TdClassName
{
border-color: #0320C1;
}
.TagClassName
{
border-color: #0320C1;
}
</style>