Shades of Nordic #022C39
Tints of Nordic #022C39
RGB
CMYK
RGB Variations
Color information
#022C39 (or 0x022C39) is known color: Nordic. HEX triplet: 02, 2C and 39. RGB value is (2,44,57). Sum of RGB (Red+Green+Blue) = 2+44+57=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #022C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C39 is #FDD3C6. Grayscale: #202020. Windows color (decimal): -16634823 or 3746818. OLE color: 3746818.
HSL color Cylindrical-coordinate representation of color #022C39: hue angle of 194.18º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022C39 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 44 | 57 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.78 |
| HSL | 194.18º | 0.93% | 0.12% | - |
| HSV(B) | 194.18º | 0.96% | 0.22% | - |
| XYZ | 1.66 | 2.11 | 4.19 | - |
| YUV | 32.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 57 | 0.96 | 0.23 | 0 | 0.78 | 194.18 | 0.93 | 0.12 |
| Hex | 2 | 2C | 39 | 60 | 17 | 0 | 4E | C2 | 5D | C |
| Octal | 2 | 54 | 71 | 140 | 27 | 0 | 116 | 302 | 135 | 14 |
| Binary | 10 | 101100 | 111001 | 1100000 | 10111 | 0 | 1001110 | 11000010 | 1011101 | 1100 |
Color Harmonies of #022C39
Complementary color
Monochromatic Colors of #022C39
Black with #022C39
Text Example
Text Example
White with #022C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C39; }
p { color: rgb(2,44,57); }
H1.HeaderClassName
{
color: #022C39;
}
.AnyTagClassName
{
color: #022C39;
}
</style>
background-color css
<style>
a { background-color: #022C39; }
a { background-color: rgb(2,44,57); }
div.DivClassName
{
background-color: #022C39;
}
.BgClassName
{
background-color: #022C39;
}
</style>
border-color css
<style>
span { border-color: #022C39; }
span { border-color: rgb(2,44,57); }
td.TdClassName
{
border-color: #022C39;
}
.TagClassName
{
border-color: #022C39;
}
</style>