Html Css Color HEX #0331BA International Klein Blue
📋 copy color: '#0331BA'red 3 ◦ green 49 ◦ blue 186
Shades of International Klein Blue #0331BA
Tints of International Klein Blue #0331BA
RGB
CMYK
RGB Variations
Color information
#0331BA (or 0x0331BA) is known color: International Klein Blue. HEX triplet: 03, 31 and BA. RGB value is (3,49,186). Sum of RGB (Red+Green+Blue) = 3+49+186=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #0331BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331BA is #FCCE45. Grayscale: #323232. Windows color (decimal): -16567878 or 12202243. OLE color: 12202243.
HSL color Cylindrical-coordinate representation of color #0331BA: hue angle of 224.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0331BA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 49 | 186 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.27 |
| HSL | 224.92º | 0.97% | 0.37% | - |
| HSV(B) | 224.92º | 0.98% | 0.73% | - |
| XYZ | 10 | 5.76 | 47.04 | - |
| YUV | 50.86 | 204.26 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 186 | 0.98 | 0.74 | 0 | 0.27 | 224.92 | 0.97 | 0.37 |
| Hex | 3 | 31 | BA | 62 | 4A | 0 | 1B | E1 | 61 | 25 |
| Octal | 3 | 61 | 272 | 142 | 112 | 0 | 33 | 341 | 141 | 45 |
| Binary | 11 | 110001 | 10111010 | 1100010 | 1001010 | 0 | 11011 | 11100001 | 1100001 | 100101 |
Color Harmonies of #0331BA
Complementary color
Monochromatic Colors of #0331BA
Black with #0331BA
Text Example
Text Example
White with #0331BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331BA; }
p { color: rgb(3,49,186); }
H1.HeaderClassName
{
color: #0331BA;
}
.AnyTagClassName
{
color: #0331BA;
}
</style>
background-color css
<style>
a { background-color: #0331BA; }
a { background-color: rgb(3,49,186); }
div.DivClassName
{
background-color: #0331BA;
}
.BgClassName
{
background-color: #0331BA;
}
</style>
border-color css
<style>
span { border-color: #0331BA; }
span { border-color: rgb(3,49,186); }
td.TdClassName
{
border-color: #0331BA;
}
.TagClassName
{
border-color: #0331BA;
}
</style>