Html Css Color HEX #022FB6 International Klein Blue
📋 copy color: '#022FB6'red 2 ◦ green 47 ◦ blue 182
Shades of International Klein Blue #022FB6
Tints of International Klein Blue #022FB6
RGB
CMYK
RGB Variations
Color information
#022FB6 (or 0x022FB6) is known color: International Klein Blue. HEX triplet: 02, 2F and B6. RGB value is (2,47,182). Sum of RGB (Red+Green+Blue) = 2+47+182=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #022FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FB6 is #FDD049. Grayscale: #303030. Windows color (decimal): -16633930 or 11939586. OLE color: 11939586.
HSL color Cylindrical-coordinate representation of color #022FB6: hue angle of 225º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FB6 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 47 | 182 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.29 |
| HSL | 225º | 0.98% | 0.36% | - |
| HSV(B) | 225º | 0.99% | 0.71% | - |
| XYZ | 9.49 | 5.42 | 44.8 | - |
| YUV | 48.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 182 | 0.99 | 0.74 | 0 | 0.29 | 225 | 0.98 | 0.36 |
| Hex | 2 | 2F | B6 | 63 | 4A | 0 | 1D | E1 | 62 | 24 |
| Octal | 2 | 57 | 266 | 143 | 112 | 0 | 35 | 341 | 142 | 44 |
| Binary | 10 | 101111 | 10110110 | 1100011 | 1001010 | 0 | 11101 | 11100001 | 1100010 | 100100 |
Color Harmonies of #022FB6
Complementary color
Monochromatic Colors of #022FB6
Black with #022FB6
Text Example
Text Example
White with #022FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FB6; }
p { color: rgb(2,47,182); }
H1.HeaderClassName
{
color: #022FB6;
}
.AnyTagClassName
{
color: #022FB6;
}
</style>
background-color css
<style>
a { background-color: #022FB6; }
a { background-color: rgb(2,47,182); }
div.DivClassName
{
background-color: #022FB6;
}
.BgClassName
{
background-color: #022FB6;
}
</style>
border-color css
<style>
span { border-color: #022FB6; }
span { border-color: rgb(2,47,182); }
td.TdClassName
{
border-color: #022FB6;
}
.TagClassName
{
border-color: #022FB6;
}
</style>