Html Css Color HEX #021DB3 International Klein Blue
📋 copy color: '#021DB3'red 2 ◦ green 29 ◦ blue 179
Shades of International Klein Blue #021DB3
Tints of International Klein Blue #021DB3
RGB
CMYK
RGB Variations
Color information
#021DB3 (or 0x021DB3) is known color: International Klein Blue. HEX triplet: 02, 1D and B3. RGB value is (2,29,179). Sum of RGB (Red+Green+Blue) = 2+29+179=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 179 (70.31% from 255 or 85.24% from 210); Max value from RGB is 179 - color contains mainly: blue. Hex color #021DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DB3 is #FDE24C. Grayscale: #252525. Windows color (decimal): -16638541 or 11738370. OLE color: 11738370.
HSL color Cylindrical-coordinate representation of color #021DB3: hue angle of 230.85º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DB3 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 29 | 179 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.30 |
| HSL | 230.85º | 0.98% | 0.35% | - |
| HSV(B) | 230.85º | 0.99% | 0.7% | - |
| XYZ | 8.6 | 4.15 | 42.99 | - |
| YUV | 38.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 179 | 0.99 | 0.84 | 0 | 0.30 | 230.85 | 0.98 | 0.35 |
| Hex | 2 | 1D | B3 | 63 | 54 | 0 | 1E | E7 | 62 | 23 |
| Octal | 2 | 35 | 263 | 143 | 124 | 0 | 36 | 347 | 142 | 43 |
| Binary | 10 | 11101 | 10110011 | 1100011 | 1010100 | 0 | 11110 | 11100111 | 1100010 | 100011 |
Color Harmonies of #021DB3
Complementary color
Monochromatic Colors of #021DB3
Black with #021DB3
Text Example
Text Example
White with #021DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DB3; }
p { color: rgb(2,29,179); }
H1.HeaderClassName
{
color: #021DB3;
}
.AnyTagClassName
{
color: #021DB3;
}
</style>
background-color css
<style>
a { background-color: #021DB3; }
a { background-color: rgb(2,29,179); }
div.DivClassName
{
background-color: #021DB3;
}
.BgClassName
{
background-color: #021DB3;
}
</style>
border-color css
<style>
span { border-color: #021DB3; }
span { border-color: rgb(2,29,179); }
td.TdClassName
{
border-color: #021DB3;
}
.TagClassName
{
border-color: #021DB3;
}
</style>