Shades of Nordic #01323C
Tints of Nordic #01323C
RGB
CMYK
RGB Variations
Color information
#01323C (or 0x01323C) is known color: Nordic. HEX triplet: 01, 32 and 3C. RGB value is (1,50,60). Sum of RGB (Red+Green+Blue) = 1+50+60=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #01323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323C is #FECDC3. Grayscale: #242424. Windows color (decimal): -16698820 or 3944961. OLE color: 3944961.
HSL color Cylindrical-coordinate representation of color #01323C: hue angle of 190.17º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01323C is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 50 | 60 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.76 |
| HSL | 190.17º | 0.97% | 0.12% | - |
| HSV(B) | 190.17º | 0.98% | 0.24% | - |
| XYZ | 1.97 | 2.61 | 4.68 | - |
| YUV | 36.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 60 | 0.98 | 0.17 | 0 | 0.76 | 190.17 | 0.97 | 0.12 |
| Hex | 1 | 32 | 3C | 62 | 11 | 0 | 4C | BE | 61 | C |
| Octal | 1 | 62 | 74 | 142 | 21 | 0 | 114 | 276 | 141 | 14 |
| Binary | 1 | 110010 | 111100 | 1100010 | 10001 | 0 | 1001100 | 10111110 | 1100001 | 1100 |
Color Harmonies of #01323C
Complementary color
Monochromatic Colors of #01323C
Black with #01323C
Text Example
Text Example
White with #01323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01323C; }
p { color: rgb(1,50,60); }
H1.HeaderClassName
{
color: #01323C;
}
.AnyTagClassName
{
color: #01323C;
}
</style>
background-color css
<style>
a { background-color: #01323C; }
a { background-color: rgb(1,50,60); }
div.DivClassName
{
background-color: #01323C;
}
.BgClassName
{
background-color: #01323C;
}
</style>
border-color css
<style>
span { border-color: #01323C; }
span { border-color: rgb(1,50,60); }
td.TdClassName
{
border-color: #01323C;
}
.TagClassName
{
border-color: #01323C;
}
</style>