Html Css Color HEX #0331C1 International Klein Blue
📋 copy color: '#0331C1'red 3 ◦ green 49 ◦ blue 193
Shades of International Klein Blue #0331C1
Tints of International Klein Blue #0331C1
RGB
CMYK
RGB Variations
Color information
#0331C1 (or 0x0331C1) is known color: International Klein Blue. HEX triplet: 03, 31 and C1. RGB value is (3,49,193). Sum of RGB (Red+Green+Blue) = 3+49+193=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #0331C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331C1 is #FCCE3E. Grayscale: #333333. Windows color (decimal): -16567871 or 12660995. OLE color: 12660995.
HSL color Cylindrical-coordinate representation of color #0331C1: hue angle of 225.47º 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 #0331C1 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 49 | 193 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.24 |
| HSL | 225.47º | 0.97% | 0.38% | - |
| HSV(B) | 225.47º | 0.98% | 0.76% | - |
| XYZ | 10.76 | 6.07 | 51.06 | - |
| YUV | 51.66 | 207.76 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 193 | 0.98 | 0.75 | 0 | 0.24 | 225.47 | 0.97 | 0.38 |
| Hex | 3 | 31 | C1 | 62 | 4B | 0 | 18 | E1 | 61 | 26 |
| Octal | 3 | 61 | 301 | 142 | 113 | 0 | 30 | 341 | 141 | 46 |
| Binary | 11 | 110001 | 11000001 | 1100010 | 1001011 | 0 | 11000 | 11100001 | 1100001 | 100110 |
Color Harmonies of #0331C1
Complementary color
Monochromatic Colors of #0331C1
Black with #0331C1
Text Example
Text Example
White with #0331C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331C1; }
p { color: rgb(3,49,193); }
H1.HeaderClassName
{
color: #0331C1;
}
.AnyTagClassName
{
color: #0331C1;
}
</style>
background-color css
<style>
a { background-color: #0331C1; }
a { background-color: rgb(3,49,193); }
div.DivClassName
{
background-color: #0331C1;
}
.BgClassName
{
background-color: #0331C1;
}
</style>
border-color css
<style>
span { border-color: #0331C1; }
span { border-color: rgb(3,49,193); }
td.TdClassName
{
border-color: #0331C1;
}
.TagClassName
{
border-color: #0331C1;
}
</style>