Html Css Color HEX #021DBA International Klein Blue
📋 copy color: '#021DBA'red 2 ◦ green 29 ◦ blue 186
Shades of International Klein Blue #021DBA
Tints of International Klein Blue #021DBA
RGB
CMYK
RGB Variations
Color information
#021DBA (or 0x021DBA) is known color: International Klein Blue. HEX triplet: 02, 1D and BA. RGB value is (2,29,186). Sum of RGB (Red+Green+Blue) = 2+29+186=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #021DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DBA is #FDE245. Grayscale: #262626. Windows color (decimal): -16638534 or 12197122. OLE color: 12197122.
HSL color Cylindrical-coordinate representation of color #021DBA: hue angle of 231.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DBA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 29 | 186 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.27 |
| HSL | 231.2º | 0.98% | 0.37% | - |
| HSV(B) | 231.2º | 0.99% | 0.73% | - |
| XYZ | 9.33 | 4.44 | 46.82 | - |
| YUV | 38.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 186 | 0.99 | 0.84 | 0 | 0.27 | 231.2 | 0.98 | 0.37 |
| Hex | 2 | 1D | BA | 63 | 54 | 0 | 1B | E7 | 62 | 25 |
| Octal | 2 | 35 | 272 | 143 | 124 | 0 | 33 | 347 | 142 | 45 |
| Binary | 10 | 11101 | 10111010 | 1100011 | 1010100 | 0 | 11011 | 11100111 | 1100010 | 100101 |
Color Harmonies of #021DBA
Complementary color
Monochromatic Colors of #021DBA
Black with #021DBA
Text Example
Text Example
White with #021DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DBA; }
p { color: rgb(2,29,186); }
H1.HeaderClassName
{
color: #021DBA;
}
.AnyTagClassName
{
color: #021DBA;
}
</style>
background-color css
<style>
a { background-color: #021DBA; }
a { background-color: rgb(2,29,186); }
div.DivClassName
{
background-color: #021DBA;
}
.BgClassName
{
background-color: #021DBA;
}
</style>
border-color css
<style>
span { border-color: #021DBA; }
span { border-color: rgb(2,29,186); }
td.TdClassName
{
border-color: #021DBA;
}
.TagClassName
{
border-color: #021DBA;
}
</style>