Html Css Color HEX #022F9F International Klein Blue
📋 copy color: '#022F9F'red 2 ◦ green 47 ◦ blue 159
Shades of International Klein Blue #022F9F
Tints of International Klein Blue #022F9F
RGB
CMYK
RGB Variations
Color information
#022F9F (or 0x022F9F) is known color: International Klein Blue. HEX triplet: 02, 2F and 9F. RGB value is (2,47,159). Sum of RGB (Red+Green+Blue) = 2+47+159=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #022F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F9F is #FDD060. Grayscale: #2D2D2D. Windows color (decimal): -16633953 or 10432258. OLE color: 10432258.
HSL color Cylindrical-coordinate representation of color #022F9F: hue angle of 222.8º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F9F is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 47 | 159 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.38 |
| HSL | 222.8º | 0.98% | 0.32% | - |
| HSV(B) | 222.8º | 0.99% | 0.62% | - |
| XYZ | 7.3 | 4.55 | 33.29 | - |
| YUV | 46.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 159 | 0.99 | 0.70 | 0 | 0.38 | 222.8 | 0.98 | 0.32 |
| Hex | 2 | 2F | 9F | 63 | 46 | 0 | 26 | DF | 62 | 20 |
| Octal | 2 | 57 | 237 | 143 | 106 | 0 | 46 | 337 | 142 | 40 |
| Binary | 10 | 101111 | 10011111 | 1100011 | 1000110 | 0 | 100110 | 11011111 | 1100010 | 100000 |
Color Harmonies of #022F9F
Complementary color
Monochromatic Colors of #022F9F
Black with #022F9F
Text Example
Text Example
White with #022F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F9F; }
p { color: rgb(2,47,159); }
H1.HeaderClassName
{
color: #022F9F;
}
.AnyTagClassName
{
color: #022F9F;
}
</style>
background-color css
<style>
a { background-color: #022F9F; }
a { background-color: rgb(2,47,159); }
div.DivClassName
{
background-color: #022F9F;
}
.BgClassName
{
background-color: #022F9F;
}
</style>
border-color css
<style>
span { border-color: #022F9F; }
span { border-color: rgb(2,47,159); }
td.TdClassName
{
border-color: #022F9F;
}
.TagClassName
{
border-color: #022F9F;
}
</style>