Shades of Nordic #01323A
Tints of Nordic #01323A
RGB
CMYK
RGB Variations
Color information
#01323A (or 0x01323A) is known color: Nordic. HEX triplet: 01, 32 and 3A. RGB value is (1,50,58). Sum of RGB (Red+Green+Blue) = 1+50+58=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #01323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323A is #FECDC5. Grayscale: #242424. Windows color (decimal): -16698822 or 3813889. OLE color: 3813889.
HSL color Cylindrical-coordinate representation of color #01323A: hue angle of 188.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01323A is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 50 | 58 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.77 |
| HSL | 188.42º | 0.97% | 0.12% | - |
| HSV(B) | 188.42º | 0.98% | 0.23% | - |
| XYZ | 1.92 | 2.59 | 4.4 | - |
| YUV | 36.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 58 | 0.98 | 0.14 | 0 | 0.77 | 188.42 | 0.97 | 0.12 |
| Hex | 1 | 32 | 3A | 62 | E | 0 | 4D | BC | 61 | C |
| Octal | 1 | 62 | 72 | 142 | 16 | 0 | 115 | 274 | 141 | 14 |
| Binary | 1 | 110010 | 111010 | 1100010 | 1110 | 0 | 1001101 | 10111100 | 1100001 | 1100 |
Color Harmonies of #01323A
Complementary color
Monochromatic Colors of #01323A
Black with #01323A
Text Example
Text Example
White with #01323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01323A; }
p { color: rgb(1,50,58); }
H1.HeaderClassName
{
color: #01323A;
}
.AnyTagClassName
{
color: #01323A;
}
</style>
background-color css
<style>
a { background-color: #01323A; }
a { background-color: rgb(1,50,58); }
div.DivClassName
{
background-color: #01323A;
}
.BgClassName
{
background-color: #01323A;
}
</style>
border-color css
<style>
span { border-color: #01323A; }
span { border-color: rgb(1,50,58); }
td.TdClassName
{
border-color: #01323A;
}
.TagClassName
{
border-color: #01323A;
}
</style>