Html Css Color HEX #0320C0 International Klein Blue
📋 copy color: '#0320C0'red 3 ◦ green 32 ◦ blue 192
Shades of International Klein Blue #0320C0
Tints of International Klein Blue #0320C0
RGB
CMYK
RGB Variations
Color information
#0320C0 (or 0x0320C0) is known color: International Klein Blue. HEX triplet: 03, 20 and C0. RGB value is (3,32,192). Sum of RGB (Red+Green+Blue) = 3+32+192=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 192 (75.39% from 255 or 84.58% from 227); Max value from RGB is 192 - color contains mainly: blue. Hex color #0320C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320C0 is #FCDF3F. Grayscale: #282828. Windows color (decimal): -16572224 or 12591107. OLE color: 12591107.
HSL color Cylindrical-coordinate representation of color #0320C0: hue angle of 230.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320C0 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 32 | 192 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.25 |
| HSL | 230.79º | 0.97% | 0.38% | - |
| HSV(B) | 230.79º | 0.98% | 0.75% | - |
| XYZ | 10.07 | 4.86 | 50.28 | - |
| YUV | 41.57 | 212.89 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 192 | 0.98 | 0.83 | 0 | 0.25 | 230.79 | 0.97 | 0.38 |
| Hex | 3 | 20 | C0 | 62 | 53 | 0 | 19 | E7 | 61 | 26 |
| Octal | 3 | 40 | 300 | 142 | 123 | 0 | 31 | 347 | 141 | 46 |
| Binary | 11 | 100000 | 11000000 | 1100010 | 1010011 | 0 | 11001 | 11100111 | 1100001 | 100110 |
Color Harmonies of #0320C0
Complementary color
Monochromatic Colors of #0320C0
Black with #0320C0
Text Example
Text Example
White with #0320C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320C0; }
p { color: rgb(3,32,192); }
H1.HeaderClassName
{
color: #0320C0;
}
.AnyTagClassName
{
color: #0320C0;
}
</style>
background-color css
<style>
a { background-color: #0320C0; }
a { background-color: rgb(3,32,192); }
div.DivClassName
{
background-color: #0320C0;
}
.BgClassName
{
background-color: #0320C0;
}
</style>
border-color css
<style>
span { border-color: #0320C0; }
span { border-color: rgb(3,32,192); }
td.TdClassName
{
border-color: #0320C0;
}
.TagClassName
{
border-color: #0320C0;
}
</style>