Shades of Nordic #01292C
Tints of Nordic #01292C
RGB
CMYK
RGB Variations
Color information
#01292C (or 0x01292C) is known color: Nordic. HEX triplet: 01, 29 and 2C. RGB value is (1,41,44). Sum of RGB (Red+Green+Blue) = 1+41+44=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #01292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01292C is #FED6D3. Grayscale: #1D1D1D. Windows color (decimal): -16701140 or 2894081. OLE color: 2894081.
HSL color Cylindrical-coordinate representation of color #01292C: hue angle of 184.19º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01292C is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 41 | 44 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.83 |
| HSL | 184.19º | 0.96% | 0.09% | - |
| HSV(B) | 184.19º | 0.98% | 0.17% | - |
| XYZ | 1.26 | 1.77 | 2.66 | - |
| YUV | 29.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 44 | 0.98 | 0.07 | 0 | 0.83 | 184.19 | 0.96 | 0.09 |
| Hex | 1 | 29 | 2C | 62 | 7 | 0 | 53 | B8 | 60 | 9 |
| Octal | 1 | 51 | 54 | 142 | 7 | 0 | 123 | 270 | 140 | 11 |
| Binary | 1 | 101001 | 101100 | 1100010 | 111 | 0 | 1010011 | 10111000 | 1100000 | 1001 |
Color Harmonies of #01292C
Complementary color
Monochromatic Colors of #01292C
Black with #01292C
Text Example
Text Example
White with #01292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01292C; }
p { color: rgb(1,41,44); }
H1.HeaderClassName
{
color: #01292C;
}
.AnyTagClassName
{
color: #01292C;
}
</style>
background-color css
<style>
a { background-color: #01292C; }
a { background-color: rgb(1,41,44); }
div.DivClassName
{
background-color: #01292C;
}
.BgClassName
{
background-color: #01292C;
}
</style>
border-color css
<style>
span { border-color: #01292C; }
span { border-color: rgb(1,41,44); }
td.TdClassName
{
border-color: #01292C;
}
.TagClassName
{
border-color: #01292C;
}
</style>