Html Css Color HEX #021B9E International Klein Blue
📋 copy color: '#021B9E'red 2 ◦ green 27 ◦ blue 158
Shades of International Klein Blue #021B9E
Tints of International Klein Blue #021B9E
RGB
CMYK
RGB Variations
Color information
#021B9E (or 0x021B9E) is known color: International Klein Blue. HEX triplet: 02, 1B and 9E. RGB value is (2,27,158). Sum of RGB (Red+Green+Blue) = 2+27+158=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 158 (62.11% from 255 or 84.49% from 187); Max value from RGB is 158 - color contains mainly: blue. Hex color #021B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021B9E is #FDE461. Grayscale: #212121. Windows color (decimal): -16639074 or 10361602. OLE color: 10361602.
HSL color Cylindrical-coordinate representation of color #021B9E: hue angle of 230.38º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021B9E is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 27 | 158 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.38 |
| HSL | 230.38º | 0.98% | 0.31% | - |
| HSV(B) | 230.38º | 0.99% | 0.62% | - |
| XYZ | 6.59 | 3.27 | 32.63 | - |
| YUV | 34.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 158 | 0.99 | 0.83 | 0 | 0.38 | 230.38 | 0.98 | 0.31 |
| Hex | 2 | 1B | 9E | 63 | 53 | 0 | 26 | E6 | 62 | 1F |
| Octal | 2 | 33 | 236 | 143 | 123 | 0 | 46 | 346 | 142 | 37 |
| Binary | 10 | 11011 | 10011110 | 1100011 | 1010011 | 0 | 100110 | 11100110 | 1100010 | 11111 |
Color Harmonies of #021B9E
Complementary color
Monochromatic Colors of #021B9E
Black with #021B9E
Text Example
Text Example
White with #021B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B9E; }
p { color: rgb(2,27,158); }
H1.HeaderClassName
{
color: #021B9E;
}
.AnyTagClassName
{
color: #021B9E;
}
</style>
background-color css
<style>
a { background-color: #021B9E; }
a { background-color: rgb(2,27,158); }
div.DivClassName
{
background-color: #021B9E;
}
.BgClassName
{
background-color: #021B9E;
}
</style>
border-color css
<style>
span { border-color: #021B9E; }
span { border-color: rgb(2,27,158); }
td.TdClassName
{
border-color: #021B9E;
}
.TagClassName
{
border-color: #021B9E;
}
</style>