Html Css Color HEX #0621BA International Klein Blue
📋 copy color: '#0621BA'red 6 ◦ green 33 ◦ blue 186
Shades of International Klein Blue #0621BA
Tints of International Klein Blue #0621BA
RGB
CMYK
RGB Variations
Color information
#0621BA (or 0x0621BA) is known color: International Klein Blue. HEX triplet: 06, 21 and BA. RGB value is (6,33,186). Sum of RGB (Red+Green+Blue) = 6+33+186=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #0621BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621BA is #F9DE45. Grayscale: #292929. Windows color (decimal): -16375366 or 12198150. OLE color: 12198150.
HSL color Cylindrical-coordinate representation of color #0621BA: hue angle of 231º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621BA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 33 | 186 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.27 |
| HSL | 231º | 0.94% | 0.38% | - |
| HSV(B) | 231º | 0.97% | 0.73% | - |
| XYZ | 9.48 | 4.67 | 46.86 | - |
| YUV | 42.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 186 | 0.97 | 0.82 | 0 | 0.27 | 231 | 0.94 | 0.38 |
| Hex | 6 | 21 | BA | 61 | 52 | 0 | 1B | E7 | 5E | 26 |
| Octal | 6 | 41 | 272 | 141 | 122 | 0 | 33 | 347 | 136 | 46 |
| Binary | 110 | 100001 | 10111010 | 1100001 | 1010010 | 0 | 11011 | 11100111 | 1011110 | 100110 |
Color Harmonies of #0621BA
Complementary color
Monochromatic Colors of #0621BA
Black with #0621BA
Text Example
Text Example
White with #0621BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0621BA; }
p { color: rgb(6,33,186); }
H1.HeaderClassName
{
color: #0621BA;
}
.AnyTagClassName
{
color: #0621BA;
}
</style>
background-color css
<style>
a { background-color: #0621BA; }
a { background-color: rgb(6,33,186); }
div.DivClassName
{
background-color: #0621BA;
}
.BgClassName
{
background-color: #0621BA;
}
</style>
border-color css
<style>
span { border-color: #0621BA; }
span { border-color: rgb(6,33,186); }
td.TdClassName
{
border-color: #0621BA;
}
.TagClassName
{
border-color: #0621BA;
}
</style>